﻿2025-08-20T22:12:02.3941077Z Current runner version: '2.328.0'
2025-08-20T22:12:02.3971089Z ##[group]Runner Image Provisioner
2025-08-20T22:12:02.3972707Z Hosted Compute Agent
2025-08-20T22:12:02.3973310Z Version: 20250818.377
2025-08-20T22:12:02.3974253Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:12:02.3974988Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:12:02.3975643Z ##[endgroup]
2025-08-20T22:12:02.3976242Z ##[group]VM Image
2025-08-20T22:12:02.3976800Z - OS: Linux (arm64)
2025-08-20T22:12:02.3977354Z - Source: Partner
2025-08-20T22:12:02.3978011Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:12:02.3978655Z - Version: 20250728.24.1
2025-08-20T22:12:02.3979632Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:12:02.3980769Z ##[endgroup]
2025-08-20T22:12:02.3982053Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:12:02.3985852Z Attestations: write
2025-08-20T22:12:02.3986495Z Contents: write
2025-08-20T22:12:02.3987422Z Metadata: read
2025-08-20T22:12:02.3988033Z Packages: write
2025-08-20T22:12:02.3988682Z ##[endgroup]
2025-08-20T22:12:02.3991439Z Secret source: Actions
2025-08-20T22:12:02.3992984Z Prepare workflow directory
2025-08-20T22:12:02.4379110Z Prepare all required actions
2025-08-20T22:12:02.4419502Z Getting action download info
2025-08-20T22:12:02.7884086Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:12:03.6083226Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:12:04.1922712Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:12:04.3423059Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:12:04.9522267Z Getting action download info
2025-08-20T22:12:05.0942534Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:12:05.5391948Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:12:06.1027738Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/reviewdog/official)
2025-08-20T22:12:06.1652403Z ##[group]Run ##Presets
2025-08-20T22:12:06.1653014Z [36;1m##Presets[0m
2025-08-20T22:12:06.1653461Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:06.1654131Z [36;1m#-------------#[0m
2025-08-20T22:12:06.1654559Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:12:06.1655112Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:12:06.1655552Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.1656401Z [36;1m  fi[0m
2025-08-20T22:12:06.1656751Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:12:06.1657244Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:12:06.1657712Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.1658059Z [36;1m  fi[0m
2025-08-20T22:12:06.1658406Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:12:06.1658998Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:12:06.1659413Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.1659829Z [36;1m  fi[0m
2025-08-20T22:12:06.1660169Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:12:06.1660610Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:12:06.1661108Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:12:06.1661456Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:12:06.1661877Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.1662599Z [36;1m     else[0m
2025-08-20T22:12:06.1662977Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.1663381Z [36;1m     fi[0m
2025-08-20T22:12:06.1664021Z [36;1m  fi[0m
2025-08-20T22:12:06.1664258Z [36;1mfi[0m
2025-08-20T22:12:06.1694958Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:06.1695903Z env:
2025-08-20T22:12:06.1696631Z   GH_TOKEN: ***
2025-08-20T22:12:06.1696945Z ##[endgroup]
2025-08-20T22:12:06.1943198Z ##[group]Run ##Presets
2025-08-20T22:12:06.1943962Z [36;1m##Presets[0m
2025-08-20T22:12:06.1944240Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:06.1944885Z [36;1m#-------------#[0m
2025-08-20T22:12:06.1945257Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:12:06.1945855Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:12:06.1946460Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:12:06.1946942Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:12:06.1947436Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:12:06.1947914Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:12:06.1948332Z [36;1m  exit 1[0m
2025-08-20T22:12:06.1948648Z [36;1mfi[0m
2025-08-20T22:12:06.1975507Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:06.1975869Z env:
2025-08-20T22:12:06.1976451Z   RO_GHTOKEN: ***
2025-08-20T22:12:06.1976910Z   RO_GLTOKEN: ***
2025-08-20T22:12:06.1978117Z   MINISIGN_KEY: ***
2025-08-20T22:12:06.1978434Z ##[endgroup]
2025-08-20T22:12:06.2117658Z ##[group]Run ##Presets
2025-08-20T22:12:06.2118266Z [36;1m##Presets[0m
2025-08-20T22:12:06.2119043Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:06.2119344Z [36;1m#-------------#[0m
2025-08-20T22:12:06.2119619Z [36;1m##Host Triplet[0m
2025-08-20T22:12:06.2120069Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:12:06.2120466Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:12:06.2120857Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:12:06.2121339Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:12:06.2121689Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:12:06.2122137Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:12:06.2122537Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:12:06.2122958Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:12:06.2123357Z [36;1m   fi[0m
2025-08-20T22:12:06.2123977Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:12:06.2124438Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:12:06.2124820Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:12:06.2125232Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:12:06.2125708Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:12:06.2125994Z [36;1m fi[0m
2025-08-20T22:12:06.2126314Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2126811Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2127283Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2127741Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2128089Z [36;1m##Debug[0m
2025-08-20T22:12:06.2128357Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:12:06.2128750Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:12:06.2129074Z [36;1m else[0m
2025-08-20T22:12:06.2129318Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:12:06.2129677Z [36;1m fi[0m
2025-08-20T22:12:06.2129953Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2130253Z [36;1m##Docker Platform[0m
2025-08-20T22:12:06.2131094Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:12:06.2131466Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:12:06.2131909Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:12:06.2132322Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:12:06.2132703Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:12:06.2133167Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:12:06.2133878Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:12:06.2134373Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:12:06.2134769Z [36;1m fi[0m
2025-08-20T22:12:06.2135179Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2135720Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2136159Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:12:06.2136689Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/reviewdog/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:12:06.2137324Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:12:06.2137683Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2138033Z [36;1m##Logs[0m
2025-08-20T22:12:06.2138412Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:12:06.2138903Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:12:06.2139258Z [36;1m else[0m
2025-08-20T22:12:06.2139530Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:12:06.2139852Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:12:06.2140256Z [36;1m fi[0m
2025-08-20T22:12:06.2140891Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2141341Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2141820Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:12:06.2142240Z [36;1m PKG_FAMILY_LOCAL="$(echo "reviewdog" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:12:06.2142782Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:12:06.2143176Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2143814Z [36;1m##Rebuild[0m
2025-08-20T22:12:06.2144231Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:12:06.2144565Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:12:06.2144890Z [36;1m else[0m
2025-08-20T22:12:06.2145214Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:12:06.2145518Z [36;1m fi[0m
2025-08-20T22:12:06.2145857Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2146296Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:12:06.2146793Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:12:06.2147469Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:12:06.2148378Z [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:12:06.2149162Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:12:06.2149664Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:12:06.2150150Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:12:06.2150651Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:12:06.2151147Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2151494Z [36;1m    exit 1[0m
2025-08-20T22:12:06.2151806Z [36;1m   else[0m
2025-08-20T22:12:06.2152086Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:12:06.2152496Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2152938Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:12:06.2154021Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:12:06.2154436Z [36;1m      #check if supported[0m
2025-08-20T22:12:06.2154970Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:12:06.2155590Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:12:06.2156135Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:12:06.2156532Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2156878Z [36;1m         exit 1[0m
2025-08-20T22:12:06.2157225Z [36;1m       fi[0m
2025-08-20T22:12:06.2157521Z [36;1m      #get build system[0m
2025-08-20T22:12:06.2157935Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:12:06.2158452Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:12:06.2158800Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2159255Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:12:06.2159678Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2160059Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2160507Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:12:06.2160916Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2161294Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:06.2161681Z [36;1m       fi[0m
2025-08-20T22:12:06.2162210Z [36;1m     fi[0m
2025-08-20T22:12:06.2162475Z [36;1m   fi[0m
2025-08-20T22:12:06.2162854Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:12:06.2188402Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:06.2188781Z ##[endgroup]
2025-08-20T22:12:06.8924663Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:12:06.8925315Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:12:06.8925598Z 
2025-08-20T22:12:07.3325102Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:12:07.3337229Z 100  4045  100  4045    0     0   9159      0 --:--:-- --:--:-- --:--:--  9172
2025-08-20T22:12:07.3338195Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:12:07.3544282Z ##[group]Run ##Presets
2025-08-20T22:12:07.3544894Z [36;1m##Presets[0m
2025-08-20T22:12:07.3545205Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:07.3545564Z [36;1m#-------------#[0m
2025-08-20T22:12:07.3545818Z [36;1m##Debug?[0m
2025-08-20T22:12:07.3546095Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:07.3546505Z [36;1m  set -x[0m
2025-08-20T22:12:07.3546735Z [36;1mfi[0m
2025-08-20T22:12:07.3547056Z [36;1m#-------------#[0m
2025-08-20T22:12:07.3547312Z [36;1m##CoreUtils[0m
2025-08-20T22:12:07.3547879Z [36;1msudo apt update -y[0m
2025-08-20T22:12:07.3548371Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:12:07.3549457Z [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:12:07.3550828Z [36;1m##tmp[0m
2025-08-20T22:12:07.3551188Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:12:07.3551572Z [36;1m#GH ENV[0m
2025-08-20T22:12:07.3551926Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:07.3552290Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:07.3552636Z [36;1m#-------------#[0m
2025-08-20T22:12:07.3553155Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:12:07.3554268Z [36;1msudo apt update -y[0m
2025-08-20T22:12:07.3554653Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:12:07.3555018Z [36;1m##Setup Minisign[0m
2025-08-20T22:12:07.3555328Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:12:07.3556098Z [36;1mecho "***[0m
2025-08-20T22:12:07.3557716Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:12:07.3558281Z [36;1m##User-Agent[0m
2025-08-20T22:12:07.3559227Z [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:12:07.3560072Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:07.3587337Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:07.3587642Z env:
2025-08-20T22:12:07.3588057Z   CROSS_COMPILING: NO
2025-08-20T22:12:07.3588382Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:07.3588690Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:07.3589057Z   ON_QEMU: NO
2025-08-20T22:12:07.3589538Z   DEBUG: 0
2025-08-20T22:12:07.3589875Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:07.3590222Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:07.3590583Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:12:07.3591000Z   KEEP_LOGS: YES
2025-08-20T22:12:07.3591426Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:07.3591717Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:12:07.3592143Z   SBUILD_REBUILD: false
2025-08-20T22:12:07.3592767Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:12:07.3593461Z   BUILD_SYS: docker://go
2025-08-20T22:12:07.3593909Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:07.3594140Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:07.3594426Z ##[endgroup]
2025-08-20T22:12:07.6406217Z 
2025-08-20T22:12:07.6407506Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:12:07.6408211Z 
2025-08-20T22:12:08.4121789Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:12:08.5186479Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:12:08.5190028Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:12:08.5190687Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:12:08.6469750Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:12:08.7183456Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:12:08.7580862Z Get:7 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:12:08.8027659Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:12:08.8153018Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:12:08.8271545Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:12:08.8354576Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:12:08.9818700Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:12:09.1610536Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:12:09.2074747Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:12:09.2515906Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:12:09.3155665Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:12:09.3620212Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:12:09.4125692Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:12:09.5008890Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:12:09.5447469Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:12:09.5863225Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:12:09.7112130Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:12:09.7530761Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:12:09.7948200Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:12:09.8366606Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:12:09.8782982Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:12:09.9203139Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:12:09.9623186Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:12:10.0041818Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:12:10.0460261Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:12:10.0876247Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:12:10.1296283Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:12:10.1788996Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:12:10.2214143Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:12:10.2634911Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:12:10.3107571Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:12:10.4358380Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:12:10.4798855Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:12:10.5373043Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:12:10.5811405Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:12:10.6228655Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:12:10.6647108Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:12:10.7063973Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:12:28.7547797Z Fetched 11.9 MB in 2s (4820 kB/s)
2025-08-20T22:12:29.5388233Z Reading package lists...
2025-08-20T22:12:29.7853030Z Building dependency tree...
2025-08-20T22:12:29.7860061Z Reading state information...
2025-08-20T22:12:29.8133127Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:12:29.8225922Z 
2025-08-20T22:12:29.8226670Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:12:29.8227164Z 
2025-08-20T22:12:29.8343778Z Reading package lists...
2025-08-20T22:12:30.0817070Z Building dependency tree...
2025-08-20T22:12:30.0827406Z Reading state information...
2025-08-20T22:12:30.3529214Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:12:30.3529853Z bc set to manually installed.
2025-08-20T22:12:30.3530180Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:12:30.3530539Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:12:30.3530979Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:12:30.4698672Z The following NEW packages will be installed:
2025-08-20T22:12:30.4705744Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:12:30.4706231Z   moreutils
2025-08-20T22:12:30.4712239Z The following packages will be upgraded:
2025-08-20T22:12:30.4719978Z   jq libjq1
2025-08-20T22:12:30.4896396Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:12:30.6324706Z Need to get 936 kB of archives.
2025-08-20T22:12:30.6325260Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:12:30.6326135Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:12:30.7481763Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:12:30.8257241Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:12:30.9061219Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:12:30.9472655Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:12:30.9956387Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:12:31.0350307Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:12:31.0792290Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:12:31.5378508Z Fetched 936 kB in 1s (1480 kB/s)
2025-08-20T22:12:31.6702956Z Selecting previously unselected package fdupes.
2025-08-20T22:12:32.0019355Z (Reading database ... 
2025-08-20T22:12:32.0020035Z (Reading database ... 5%
2025-08-20T22:12:32.0020311Z (Reading database ... 10%
2025-08-20T22:12:32.0020663Z (Reading database ... 15%
2025-08-20T22:12:32.0020993Z (Reading database ... 20%
2025-08-20T22:12:32.0021218Z (Reading database ... 25%
2025-08-20T22:12:32.0021532Z (Reading database ... 30%
2025-08-20T22:12:32.0021777Z (Reading database ... 35%
2025-08-20T22:12:32.0022051Z (Reading database ... 40%
2025-08-20T22:12:32.0022330Z (Reading database ... 45%
2025-08-20T22:12:32.0022582Z (Reading database ... 50%
2025-08-20T22:12:32.9520944Z (Reading database ... 55%
2025-08-20T22:12:34.8423302Z (Reading database ... 60%
2025-08-20T22:12:36.7166161Z (Reading database ... 65%
2025-08-20T22:12:38.4159095Z (Reading database ... 70%
2025-08-20T22:12:40.9781286Z (Reading database ... 75%
2025-08-20T22:12:42.8434280Z (Reading database ... 80%
2025-08-20T22:12:44.6823493Z (Reading database ... 85%
2025-08-20T22:12:46.6749488Z (Reading database ... 90%
2025-08-20T22:12:48.3594138Z (Reading database ... 95%
2025-08-20T22:12:48.3604830Z (Reading database ... 100%
2025-08-20T22:12:48.3605329Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:12:48.3637431Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:12:48.3802591Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:12:48.5077603Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:12:48.5268676Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:12:48.6931273Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:12:48.7384128Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:12:48.8111490Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:12:48.8308545Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:12:48.8436744Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:12:49.0122674Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:12:49.0307839Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:12:49.0367846Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:12:49.1742214Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:12:49.1901859Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:12:49.1981493Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:12:49.2805864Z Selecting previously unselected package moreutils.
2025-08-20T22:12:49.2968297Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:12:49.3072426Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:12:49.5479085Z Selecting previously unselected package dos2unix.
2025-08-20T22:12:49.5661838Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:12:49.5725372Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:12:50.3484641Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:12:50.3725543Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:12:50.3998801Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:12:50.4265424Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:12:50.4535581Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:12:50.4709298Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:12:50.4919409Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:12:50.5146223Z Setting up moreutils (0.69-1) ...
2025-08-20T22:12:50.5421069Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:13:36.4996385Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:13:37.9305026Z Reading package lists...
2025-08-20T22:13:38.1925444Z Building dependency tree...
2025-08-20T22:13:38.1934132Z Reading state information...
2025-08-20T22:13:38.4755163Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:13:38.4755956Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:13:38.4756275Z apt-utils set to manually installed.
2025-08-20T22:13:38.4756713Z ca-certificates is already the newest version (20240203).
2025-08-20T22:13:38.4757109Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:13:38.4757501Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:13:38.4757907Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:13:38.4758264Z moreutils is already the newest version (0.69-1).
2025-08-20T22:13:38.4758674Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:13:38.4759116Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:13:38.4759472Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:13:38.4760312Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:13:38.4760707Z tmux set to manually installed.
2025-08-20T22:13:38.4761037Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:13:38.4761424Z The following additional packages will be installed:
2025-08-20T22:13:38.4761867Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:13:38.4762358Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:13:38.4763458Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:13:38.4767770Z   uuid-runtime
2025-08-20T22:13:38.4772565Z Suggested packages:
2025-08-20T22:13:38.4772980Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:13:38.4773432Z   util-linux-extra util-linux-locales
2025-08-20T22:13:38.4773942Z Recommended packages:
2025-08-20T22:13:38.4774163Z   unattended-upgrades
2025-08-20T22:13:38.5700326Z The following NEW packages will be installed:
2025-08-20T22:13:38.5701013Z   rename
2025-08-20T22:13:38.5704448Z The following packages will be upgraded:
2025-08-20T22:13:38.5705098Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:13:38.5705653Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:13:38.5712686Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:13:38.5713326Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:13:38.5914364Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:13:38.9179855Z Need to get 4390 kB of archives.
2025-08-20T22:13:38.9180359Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:13:38.9181295Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:13:39.0873815Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:13:39.2956537Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:13:39.3394594Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:13:39.3815939Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:13:39.4235846Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:13:39.4652240Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:13:39.5090986Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:13:39.5530923Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:13:39.5955711Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:13:39.6441611Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:13:39.6875055Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:13:39.7339576Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:13:39.7804131Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:13:39.8347063Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:13:39.8781211Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:13:39.9273931Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:13:39.9697669Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:13:40.0138472Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:13:40.1375488Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:13:40.1815656Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:13:40.2240509Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:13:40.2676465Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:13:40.3100033Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:13:40.3519137Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:13:40.3938961Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:13:40.4359114Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:13:40.7094841Z Fetched 4390 kB in 2s (2398 kB/s)
2025-08-20T22:13:40.7419574Z (Reading database ... 
2025-08-20T22:13:40.7419962Z (Reading database ... 5%
2025-08-20T22:13:40.7420472Z (Reading database ... 10%
2025-08-20T22:13:40.7420724Z (Reading database ... 15%
2025-08-20T22:13:40.7420962Z (Reading database ... 20%
2025-08-20T22:13:40.7422166Z (Reading database ... 25%
2025-08-20T22:13:40.7422466Z (Reading database ... 30%
2025-08-20T22:13:40.7422798Z (Reading database ... 35%
2025-08-20T22:13:40.7423058Z (Reading database ... 40%
2025-08-20T22:13:40.7423344Z (Reading database ... 45%
2025-08-20T22:13:40.7423833Z (Reading database ... 50%
2025-08-20T22:13:40.7443823Z (Reading database ... 55%
2025-08-20T22:13:40.7535943Z (Reading database ... 60%
2025-08-20T22:13:40.7577554Z (Reading database ... 65%
2025-08-20T22:13:40.7592607Z (Reading database ... 70%
2025-08-20T22:13:40.7613082Z (Reading database ... 75%
2025-08-20T22:13:40.7647045Z (Reading database ... 80%
2025-08-20T22:13:40.7831524Z (Reading database ... 85%
2025-08-20T22:13:40.7850910Z (Reading database ... 90%
2025-08-20T22:13:40.7956364Z (Reading database ... 95%
2025-08-20T22:13:40.7956865Z (Reading database ... 100%
2025-08-20T22:13:40.7957293Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:40.7994508Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:40.8171279Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:41.0351210Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:41.1392061Z (Reading database ... 
2025-08-20T22:13:41.1393738Z (Reading database ... 5%
2025-08-20T22:13:41.1394115Z (Reading database ... 10%
2025-08-20T22:13:41.1394423Z (Reading database ... 15%
2025-08-20T22:13:41.1394798Z (Reading database ... 20%
2025-08-20T22:13:41.1395047Z (Reading database ... 25%
2025-08-20T22:13:41.1395327Z (Reading database ... 30%
2025-08-20T22:13:41.1395581Z (Reading database ... 35%
2025-08-20T22:13:41.1395849Z (Reading database ... 40%
2025-08-20T22:13:41.1396165Z (Reading database ... 45%
2025-08-20T22:13:41.1396397Z (Reading database ... 50%
2025-08-20T22:13:41.1415246Z (Reading database ... 55%
2025-08-20T22:13:41.1504996Z (Reading database ... 60%
2025-08-20T22:13:41.1546193Z (Reading database ... 65%
2025-08-20T22:13:41.1560767Z (Reading database ... 70%
2025-08-20T22:13:41.1580805Z (Reading database ... 75%
2025-08-20T22:13:41.1614893Z (Reading database ... 80%
2025-08-20T22:13:41.1789279Z (Reading database ... 85%
2025-08-20T22:13:41.1808080Z (Reading database ... 90%
2025-08-20T22:13:41.1904928Z (Reading database ... 95%
2025-08-20T22:13:41.1905221Z (Reading database ... 100%
2025-08-20T22:13:41.1905784Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:41.1939092Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:41.2276397Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:41.4742501Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:42.2388742Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:13:42.2952626Z (Reading database ... 
2025-08-20T22:13:42.2953002Z (Reading database ... 5%
2025-08-20T22:13:42.2953646Z (Reading database ... 10%
2025-08-20T22:13:42.2953942Z (Reading database ... 15%
2025-08-20T22:13:42.2954198Z (Reading database ... 20%
2025-08-20T22:13:42.2954541Z (Reading database ... 25%
2025-08-20T22:13:42.2954792Z (Reading database ... 30%
2025-08-20T22:13:42.2955067Z (Reading database ... 35%
2025-08-20T22:13:42.2955371Z (Reading database ... 40%
2025-08-20T22:13:42.2955626Z (Reading database ... 45%
2025-08-20T22:13:42.2955898Z (Reading database ... 50%
2025-08-20T22:13:42.2975487Z (Reading database ... 55%
2025-08-20T22:13:42.3061348Z (Reading database ... 60%
2025-08-20T22:13:42.3100262Z (Reading database ... 65%
2025-08-20T22:13:42.3114482Z (Reading database ... 70%
2025-08-20T22:13:42.3133805Z (Reading database ... 75%
2025-08-20T22:13:42.3166686Z (Reading database ... 80%
2025-08-20T22:13:42.3351080Z (Reading database ... 85%
2025-08-20T22:13:42.3371010Z (Reading database ... 90%
2025-08-20T22:13:42.3475188Z (Reading database ... 95%
2025-08-20T22:13:42.3475555Z (Reading database ... 100%
2025-08-20T22:13:42.3476010Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:42.3513163Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:42.3748642Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:42.4962371Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:42.5383220Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:42.6258918Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:42.7080036Z (Reading database ... 
2025-08-20T22:13:42.7080675Z (Reading database ... 5%
2025-08-20T22:13:42.7080941Z (Reading database ... 10%
2025-08-20T22:13:42.7081280Z (Reading database ... 15%
2025-08-20T22:13:42.7081550Z (Reading database ... 20%
2025-08-20T22:13:42.7081841Z (Reading database ... 25%
2025-08-20T22:13:42.7082123Z (Reading database ... 30%
2025-08-20T22:13:42.7082391Z (Reading database ... 35%
2025-08-20T22:13:42.7082641Z (Reading database ... 40%
2025-08-20T22:13:42.7082917Z (Reading database ... 45%
2025-08-20T22:13:42.7083191Z (Reading database ... 50%
2025-08-20T22:13:42.7104220Z (Reading database ... 55%
2025-08-20T22:13:42.7196521Z (Reading database ... 60%
2025-08-20T22:13:42.7239412Z (Reading database ... 65%
2025-08-20T22:13:42.7254484Z (Reading database ... 70%
2025-08-20T22:13:42.7275487Z (Reading database ... 75%
2025-08-20T22:13:42.7309754Z (Reading database ... 80%
2025-08-20T22:13:42.7492986Z (Reading database ... 85%
2025-08-20T22:13:42.7512737Z (Reading database ... 90%
2025-08-20T22:13:42.7616547Z (Reading database ... 95%
2025-08-20T22:13:42.7616980Z (Reading database ... 100%
2025-08-20T22:13:42.7617338Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:42.7655731Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:42.8038345Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:42.8834970Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:42.9671664Z (Reading database ... 
2025-08-20T22:13:42.9672045Z (Reading database ... 5%
2025-08-20T22:13:42.9672299Z (Reading database ... 10%
2025-08-20T22:13:42.9672690Z (Reading database ... 15%
2025-08-20T22:13:42.9673313Z (Reading database ... 20%
2025-08-20T22:13:42.9673820Z (Reading database ... 25%
2025-08-20T22:13:42.9674149Z (Reading database ... 30%
2025-08-20T22:13:42.9674376Z (Reading database ... 35%
2025-08-20T22:13:42.9675654Z (Reading database ... 40%
2025-08-20T22:13:42.9675997Z (Reading database ... 45%
2025-08-20T22:13:42.9676253Z (Reading database ... 50%
2025-08-20T22:13:42.9692960Z (Reading database ... 55%
2025-08-20T22:13:42.9781467Z (Reading database ... 60%
2025-08-20T22:13:42.9820644Z (Reading database ... 65%
2025-08-20T22:13:42.9835136Z (Reading database ... 70%
2025-08-20T22:13:42.9854963Z (Reading database ... 75%
2025-08-20T22:13:42.9887089Z (Reading database ... 80%
2025-08-20T22:13:43.0061152Z (Reading database ... 85%
2025-08-20T22:13:43.0080614Z (Reading database ... 90%
2025-08-20T22:13:43.0181334Z (Reading database ... 95%
2025-08-20T22:13:43.0181620Z (Reading database ... 100%
2025-08-20T22:13:43.0181963Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:43.0218708Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:43.0581216Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:43.1721711Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:43.2072955Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:43.3093996Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:43.4004015Z (Reading database ... 
2025-08-20T22:13:43.4004645Z (Reading database ... 5%
2025-08-20T22:13:43.4004937Z (Reading database ... 10%
2025-08-20T22:13:43.4005200Z (Reading database ... 15%
2025-08-20T22:13:43.4005510Z (Reading database ... 20%
2025-08-20T22:13:43.4005793Z (Reading database ... 25%
2025-08-20T22:13:43.4006034Z (Reading database ... 30%
2025-08-20T22:13:43.4007140Z (Reading database ... 35%
2025-08-20T22:13:43.4007430Z (Reading database ... 40%
2025-08-20T22:13:43.4007776Z (Reading database ... 45%
2025-08-20T22:13:43.4008108Z (Reading database ... 50%
2025-08-20T22:13:43.4033975Z (Reading database ... 55%
2025-08-20T22:13:43.4119596Z (Reading database ... 60%
2025-08-20T22:13:43.4159465Z (Reading database ... 65%
2025-08-20T22:13:43.4173893Z (Reading database ... 70%
2025-08-20T22:13:43.4194494Z (Reading database ... 75%
2025-08-20T22:13:43.4227595Z (Reading database ... 80%
2025-08-20T22:13:43.4407695Z (Reading database ... 85%
2025-08-20T22:13:43.4427081Z (Reading database ... 90%
2025-08-20T22:13:43.4528667Z (Reading database ... 95%
2025-08-20T22:13:43.4529091Z (Reading database ... 100%
2025-08-20T22:13:43.4529427Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:43.4566778Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:43.4864032Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:43.5703606Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:43.6590147Z (Reading database ... 
2025-08-20T22:13:43.6590482Z (Reading database ... 5%
2025-08-20T22:13:43.6590998Z (Reading database ... 10%
2025-08-20T22:13:43.6591244Z (Reading database ... 15%
2025-08-20T22:13:43.6591532Z (Reading database ... 20%
2025-08-20T22:13:43.6591888Z (Reading database ... 25%
2025-08-20T22:13:43.6592132Z (Reading database ... 30%
2025-08-20T22:13:43.6592411Z (Reading database ... 35%
2025-08-20T22:13:43.6592658Z (Reading database ... 40%
2025-08-20T22:13:43.6592916Z (Reading database ... 45%
2025-08-20T22:13:43.6593226Z (Reading database ... 50%
2025-08-20T22:13:43.6612804Z (Reading database ... 55%
2025-08-20T22:13:43.6700067Z (Reading database ... 60%
2025-08-20T22:13:43.6738186Z (Reading database ... 65%
2025-08-20T22:13:43.6751905Z (Reading database ... 70%
2025-08-20T22:13:43.6772028Z (Reading database ... 75%
2025-08-20T22:13:43.6804757Z (Reading database ... 80%
2025-08-20T22:13:43.6982000Z (Reading database ... 85%
2025-08-20T22:13:43.7001082Z (Reading database ... 90%
2025-08-20T22:13:43.7099789Z (Reading database ... 95%
2025-08-20T22:13:43.7100149Z (Reading database ... 100%
2025-08-20T22:13:43.7100674Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:43.7135517Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:43.7356414Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:43.8731210Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:43.9333784Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.0501522Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.0697551Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.1634002Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.1840658Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.2813773Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.3073597Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.4265680Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.4461966Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.5491352Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.5748047Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.6706657Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:13:44.6928718Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.8123675Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.8350230Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:44.9393995Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:13:44.9633483Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:45.0593881Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:45.1256043Z (Reading database ... 
2025-08-20T22:13:45.1256410Z (Reading database ... 5%
2025-08-20T22:13:45.1256859Z (Reading database ... 10%
2025-08-20T22:13:45.1257110Z (Reading database ... 15%
2025-08-20T22:13:45.1257376Z (Reading database ... 20%
2025-08-20T22:13:45.1257693Z (Reading database ... 25%
2025-08-20T22:13:45.1257977Z (Reading database ... 30%
2025-08-20T22:13:45.1258209Z (Reading database ... 35%
2025-08-20T22:13:45.1259468Z (Reading database ... 40%
2025-08-20T22:13:45.1259760Z (Reading database ... 45%
2025-08-20T22:13:45.1259996Z (Reading database ... 50%
2025-08-20T22:13:45.1280465Z (Reading database ... 55%
2025-08-20T22:13:45.1366685Z (Reading database ... 60%
2025-08-20T22:13:45.1406620Z (Reading database ... 65%
2025-08-20T22:13:45.1420647Z (Reading database ... 70%
2025-08-20T22:13:45.1441193Z (Reading database ... 75%
2025-08-20T22:13:45.1473820Z (Reading database ... 80%
2025-08-20T22:13:45.1652862Z (Reading database ... 85%
2025-08-20T22:13:45.1672056Z (Reading database ... 90%
2025-08-20T22:13:45.1777366Z (Reading database ... 95%
2025-08-20T22:13:45.1777789Z (Reading database ... 100%
2025-08-20T22:13:45.1778223Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:13:45.1818659Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:45.2027483Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:45.3073819Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:45.3397326Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:45.4257939Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:45.4491053Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:45.5366100Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:13:45.5610361Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:13:45.6597959Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:13:45.6801279Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:45.7833052Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:13:46.0318629Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:13:46.1506764Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:13:46.6870847Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:13:46.7767756Z Selecting previously unselected package rename.
2025-08-20T22:13:46.7932593Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:13:46.8022699Z Unpacking rename (2.02-1) ...
2025-08-20T22:13:46.8811210Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:13:46.9050003Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:13:46.9924078Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:47.0131698Z Setting up rename (2.02-1) ...
2025-08-20T22:13:47.0301752Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:13:47.0446728Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:47.0661887Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:47.0893374Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:47.1177399Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:47.1485515Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:47.7922287Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:13:47.8133708Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:47.8382312Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:47.8608284Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:47.8795238Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.2735267Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.2987364Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:13:48.3205759Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.4498216Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:13:48.6030880Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.7152069Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.7358985Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.7613401Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:13:48.7842039Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:13:48.9057393Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:13:49.6170223Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:13:49.6505141Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:08.0859535Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:14:09.4891882Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:14:09.4938929Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:14:09.5481950Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:14:09.5868151Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:14:09.6255726Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:14:09.6642358Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:14:10.6202114Z Reading package lists...
2025-08-20T22:14:10.8587255Z Building dependency tree...
2025-08-20T22:14:10.8595533Z Reading state information...
2025-08-20T22:14:10.8904625Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:14:10.9037055Z 
2025-08-20T22:14:10.9038223Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:14:10.9038595Z 
2025-08-20T22:14:11.0392064Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:14:11.0461810Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:14:11.2170610Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:14:11.3172906Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:14:11.4174813Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:14:11.5177622Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:14:12.4542130Z Reading package lists...
2025-08-20T22:14:12.7047513Z Building dependency tree...
2025-08-20T22:14:12.7055219Z Reading state information...
2025-08-20T22:14:12.7322058Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:14:12.7415360Z 
2025-08-20T22:14:12.7416350Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:14:12.7416706Z 
2025-08-20T22:14:12.7531131Z Reading package lists...
2025-08-20T22:14:12.9890961Z Building dependency tree...
2025-08-20T22:14:12.9898722Z Reading state information...
2025-08-20T22:14:13.2365384Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:14:13.2797518Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:14:13.3081440Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:14:13.4300044Z ##[group]Run ##Presets
2025-08-20T22:14:13.4300488Z [36;1m##Presets[0m
2025-08-20T22:14:13.4300883Z [36;1mset +x ; set +e[0m
2025-08-20T22:14:13.4301139Z [36;1m#-------------#[0m
2025-08-20T22:14:13.4301343Z [36;1m##Debug?[0m
2025-08-20T22:14:13.4301674Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:14:13.4302006Z [36;1m  set -x[0m
2025-08-20T22:14:13.4302299Z [36;1mfi[0m
2025-08-20T22:14:13.4302524Z [36;1m#-------------#[0m
2025-08-20T22:14:13.4302994Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:14:13.4303830Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:14:13.4304247Z [36;1msudo service procps restart[0m
2025-08-20T22:14:13.4304573Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:14:13.4331144Z shell: /usr/bin/bash -e {0}
2025-08-20T22:14:13.4331585Z env:
2025-08-20T22:14:13.4331955Z   CROSS_COMPILING: NO
2025-08-20T22:14:13.4332265Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:14:13.4332545Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:14:13.4332800Z   ON_QEMU: NO
2025-08-20T22:14:13.4333055Z   DEBUG: 0
2025-08-20T22:14:13.4333302Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:14:13.4333817Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:14:13.4334240Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:14:13.4334578Z   KEEP_LOGS: YES
2025-08-20T22:14:13.4334827Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:14:13.4335121Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:14:13.4335398Z   SBUILD_REBUILD: false
2025-08-20T22:14:13.4336017Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:14:13.4336620Z   BUILD_SYS: docker://go
2025-08-20T22:14:13.4336847Z   BUILD_ON_HOST: FALSE
2025-08-20T22:14:13.4337116Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:14:13.4337391Z   SYSTMP: /tmp
2025-08-20T22:14:13.4337608Z   GHA_MODE: MATRIX
2025-08-20T22:14:13.4338118Z   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:14:13.4338658Z ##[endgroup]
2025-08-20T22:14:13.4436332Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:14:13.4495211Z 0
2025-08-20T22:14:13.4807813Z vm.max_map_count = 262144
2025-08-20T22:14:13.4808345Z fs.inotify.max_user_watches = 655360
2025-08-20T22:14:13.4808657Z fs.inotify.max_user_instances = 1280
2025-08-20T22:14:13.4808935Z vm.mmap_rnd_bits = 28
2025-08-20T22:14:13.4904439Z ##[group]Run ##Presets
2025-08-20T22:14:13.4904925Z [36;1m##Presets[0m
2025-08-20T22:14:13.4905295Z [36;1mset +x ; set +e[0m
2025-08-20T22:14:13.4905568Z [36;1m#-------------#[0m
2025-08-20T22:14:13.4905789Z [36;1m##Debug?[0m
2025-08-20T22:14:13.4906103Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:14:13.4906441Z [36;1m  set -x[0m
2025-08-20T22:14:13.4906714Z [36;1mfi[0m
2025-08-20T22:14:13.4906950Z [36;1m#-------------#[0m
2025-08-20T22:14:13.4907176Z [36;1m##Main[0m
2025-08-20T22:14:13.4907450Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:14:13.4908106Z [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:14:13.4908840Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:14:13.4909308Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:14:13.4909636Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:14:13.4909971Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:14:13.4910306Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:14:13.4910638Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:14:13.4911045Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:14:13.4911386Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:14:13.4912010Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:14:13.4912372Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:14:13.4912773Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:14:13.4913150Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:14:13.4913439Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:14:13.4913986Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:14:13.4914354Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:14:13.4914682Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:14:13.4915043Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:14:13.4915382Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:14:13.4915731Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:14:13.4916106Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:14:13.4916461Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:14:13.4916826Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:14:13.4917202Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:14:13.4917541Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:14:13.4917874Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:14:13.4918262Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:14:13.4918722Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:14:13.4919268Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:14:13.4919772Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:14:13.4920151Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:14:13.4920571Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:14:13.4921243Z [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:14:13.4922127Z [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:14:13.4922697Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:14:13.4922978Z [36;1m else[0m
2025-08-20T22:14:13.4923930Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:14:13.4924394Z [36;1m fi[0m
2025-08-20T22:14:13.4924714Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:14:13.4925190Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:14:13.4925634Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4926057Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4926523Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4926994Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4927465Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4927918Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4928375Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:13.4928874Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:14:13.4929241Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:14:13.4956064Z shell: /usr/bin/bash -e {0}
2025-08-20T22:14:13.4956346Z env:
2025-08-20T22:14:13.4956747Z   CROSS_COMPILING: NO
2025-08-20T22:14:13.4956982Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:14:13.4957538Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:14:13.4957863Z   ON_QEMU: NO
2025-08-20T22:14:13.4958091Z   DEBUG: 0
2025-08-20T22:14:13.4958298Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:14:13.4958650Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:14:13.4958973Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:14:13.4959349Z   KEEP_LOGS: YES
2025-08-20T22:14:13.4959581Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:14:13.4959829Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:14:13.4960147Z   SBUILD_REBUILD: false
2025-08-20T22:14:13.4960737Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:14:13.4961331Z   BUILD_SYS: docker://go
2025-08-20T22:14:13.4961620Z   BUILD_ON_HOST: FALSE
2025-08-20T22:14:13.4961857Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:14:13.4962136Z   SYSTMP: /tmp
2025-08-20T22:14:13.4962352Z   GHA_MODE: MATRIX
2025-08-20T22:14:13.4962782Z   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:14:13.4963895Z   GHCR_TOKEN: ***
2025-08-20T22:14:13.4964291Z   GITHUB_TOKEN: ***
2025-08-20T22:14:13.4964676Z   GITLAB_TOKEN: ***
2025-08-20T22:14:13.4965964Z   MINISIGN_KEY: ***
2025-08-20T22:14:13.4966402Z ##[endgroup]
2025-08-20T22:14:13.6334177Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:14:13.7812076Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:14:13.7812797Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:14:13.7813038Z 
2025-08-20T22:14:13.8364900Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:14:13.8365379Z 100  4045  100  4045    0     0  72980      0 --:--:-- --:--:-- --:--:-- 73545
2025-08-20T22:14:13.8377600Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:14:13.8457854Z 
2025-08-20T22:14:13.8458908Z [+] Building [/tmp/tmp.QeLBpxTYU2/SBUILD_INPUT] Locally
2025-08-20T22:14:13.8459161Z 
2025-08-20T22:14:13.8469668Z '/tmp/tmp.QeLBpxTYU2/SBUILD_INPUT' -> '/tmp/pkgforge/Vdbct4lv2_build.yaml'
2025-08-20T22:14:13.9504710Z 
2025-08-20T22:14:13.9505584Z [+] Passwordless sudo is Configured
2025-08-20T22:14:14.0539043Z 
2025-08-20T22:14:14.0551573Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:14:14.0551924Z 
2025-08-20T22:14:14.0952495Z 
2025-08-20T22:14:14.0954499Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:14:14.0954915Z 
2025-08-20T22:14:14.0954920Z 
2025-08-20T22:14:14.0955159Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:14:14.0955466Z 
2025-08-20T22:14:14.0999909Z [+] Installing: 7z -> 7z
2025-08-20T22:14:14.6578296Z [+] Installing: actionlint -> actionlint
2025-08-20T22:14:15.2019016Z [+] Installing: anew -> anew
2025-08-20T22:14:15.7165539Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:14:16.2757703Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:14:16.4580156Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:14:16.9519830Z [+] Installing: archey -> archey
2025-08-20T22:14:17.5019645Z [+] Installing: aria2 -> aria2c
2025-08-20T22:14:18.4196210Z [+] Installing: askalono -> askalono
2025-08-20T22:14:18.8380662Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:14:19.4412710Z [+] Installing: b3sum -> b3sum
2025-08-20T22:14:19.9486473Z [+] Installing: bita -> bita
2025-08-20T22:14:20.5000519Z [+] Installing: btop -> btop
2025-08-20T22:14:21.0536098Z [+] Installing: chafa -> chafa
2025-08-20T22:14:21.7421255Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:14:22.3827765Z [+] Installing: croc -> croc
2025-08-20T22:14:22.9579751Z [+] Installing: csvtk -> csvtk
2025-08-20T22:14:23.5337015Z [+] Installing: cutlines -> cutlines
2025-08-20T22:14:24.0432543Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:24.0466809Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:14:24.0467277Z [+] Installing: dbin -> dbin
2025-08-20T22:14:24.8939576Z [+] Installing: dasel -> dasel
2025-08-20T22:14:26.4762732Z [+] Installing: delta -> delta
2025-08-20T22:14:27.0146721Z [+] Installing: ds -> ds
2025-08-20T22:14:27.1421509Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:27.1456907Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:14:27.1457754Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:14:27.6233072Z [+] Installing: duf -> duf
2025-08-20T22:14:28.2672528Z [+] Installing: duplicut -> duplicut
2025-08-20T22:14:28.7579550Z [+] Installing: dust -> dust
2025-08-20T22:14:29.2866808Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:14:29.8133627Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:14:30.3789120Z [+] Installing: dysk -> dysk
2025-08-20T22:14:30.9089087Z [+] Installing: eget -> eget
2025-08-20T22:14:31.4601588Z [+] Installing: epoch -> epoch
2025-08-20T22:14:31.7901435Z [+] Installing: faketty -> faketty
2025-08-20T22:14:32.4026219Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:14:32.9221195Z [+] Installing: freeze -> freeze
2025-08-20T22:14:33.5405182Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:14:34.0305547Z [+] Installing: gdu -> gdu
2025-08-20T22:14:34.9601079Z [+] Installing: gh -> gh
2025-08-20T22:14:35.6657443Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:14:36.4531827Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:14:36.9779746Z [+] Installing: glab -> glab
2025-08-20T22:14:37.8927365Z [+] Installing: glow -> glow
2025-08-20T22:14:38.5020800Z [+] Installing: httpx -> httpx
2025-08-20T22:14:39.1955161Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:14:40.1860213Z [+] Installing: husarnet -> husarnet
2025-08-20T22:14:40.6111115Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:40.6147139Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:14:40.6147506Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:14:41.0407350Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:41.0442383Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:14:41.0442758Z [+] Installing: imgcat -> imgcat
2025-08-20T22:14:41.7169344Z [+] Installing: jc -> jc
2025-08-20T22:14:42.3422336Z [+] Installing: jq -> jq
2025-08-20T22:14:42.8939258Z [+] Installing: logdy -> logdy
2025-08-20T22:14:43.5555649Z [+] Installing: micro -> micro
2025-08-20T22:14:44.4597214Z [+] Installing: miniserve -> miniserve
2025-08-20T22:14:45.0060141Z [+] Installing: minisign -> minisign
2025-08-20T22:14:45.4841039Z [+] Installing: ncdu -> ncdu
2025-08-20T22:14:45.9778754Z [+] Installing: notify -> notify
2025-08-20T22:14:46.6097903Z [+] Installing: ouch -> ouch
2025-08-20T22:14:47.1546755Z [+] Installing: oras -> oras
2025-08-20T22:14:47.7158228Z [+] Installing: pipetty -> pipetty
2025-08-20T22:14:48.1639551Z [+] Installing: pixterm -> pixterm
2025-08-20T22:14:48.8051692Z [+] Installing: qsv -> qsv
2025-08-20T22:14:49.4090709Z [+] Installing: rclone -> rclone
2025-08-20T22:14:50.6624007Z [+] Installing: ripgrep -> rg
2025-08-20T22:14:51.2001877Z [+] Installing: rga -> rga
2025-08-20T22:14:51.8008206Z [+] Installing: rsync -> rsync
2025-08-20T22:14:52.3613046Z [+] Installing: script -> script
2025-08-20T22:14:52.8390771Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:14:53.5605929Z [+] Installing: soar -> soar
2025-08-20T22:14:54.1360671Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:14:54.7044929Z [+] Installing: sstrip -> sstrip
2025-08-20T22:14:55.1694465Z [+] Installing: strace -> strace
2025-08-20T22:14:55.9344499Z [+] Installing: sttr -> sttr
2025-08-20T22:14:56.7577700Z [+] Installing: tailscale -> tailscale
2025-08-20T22:14:57.7463413Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:14:58.3562505Z [+] Installing: taplo -> taplo
2025-08-20T22:14:58.9208994Z [+] Installing: tldr -> tldr
2025-08-20T22:14:59.4582459Z [+] Installing: tldr -> tealdeer
2025-08-20T22:15:00.0203102Z [+] Installing: tmux -> tmux
2025-08-20T22:15:01.0007203Z [+] Installing: tok -> tok
2025-08-20T22:15:01.7630326Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:15:02.7606764Z [+] Installing: trurl -> trurl
2025-08-20T22:15:03.3086286Z [+] Installing: tss -> tss
2025-08-20T22:15:03.7875145Z [+] Installing: ulexec -> ulexec
2025-08-20T22:15:04.3369482Z [+] Installing: unfurl -> unfurl
2025-08-20T22:15:04.8810965Z [+] Installing: upx -> upx
2025-08-20T22:15:05.3745017Z [+] Installing: validtoml -> validtoml
2025-08-20T22:15:05.9120791Z [+] Installing: wget -> wget
2025-08-20T22:15:06.6239540Z [+] Installing: wget2 -> wget2
2025-08-20T22:15:07.1918214Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:15:07.4396791Z [+] Installing: xq -> xq
2025-08-20T22:15:08.3240635Z [+] Installing: xz -> xz
2025-08-20T22:15:08.8070713Z [+] Installing: unxz -> unxz
2025-08-20T22:15:09.3487961Z [+] Installing: yq -> yq
2025-08-20T22:15:09.8982455Z [+] Installing: yj -> yj
2025-08-20T22:15:10.4909745Z [+] Installing: zapper -> zapper
2025-08-20T22:15:10.9592295Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:15:11.4205352Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:15:11.8845245Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:11.8880150Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:15:11.8880550Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:15:12.3397126Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:12.3432731Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:15:12.3433414Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:15:12.7777842Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:12.7813318Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:15:12.7813832Z [+] Installing: zstd -> zstd
2025-08-20T22:15:13.2919595Z [+] Creating symlinks...
2025-08-20T22:15:13.2997129Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:15:13.3084161Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:15:13.3172669Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:15:13.3262917Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:15:13.3353405Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:15:13.3442182Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:15:13.3529832Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:15:13.3618761Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:15:13.3707883Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:15:13.3795436Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:15:13.3882455Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:15:13.3970298Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:15:13.4059267Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:15:13.4146690Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:15:13.4235035Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:15:13.4321816Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:15:13.4408665Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:15:13.4443488Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:15:13.4517381Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:15:13.4602324Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:15:13.4688862Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:15:13.4724791Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:15:13.4803038Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:15:13.4888991Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:15:13.4976898Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:15:13.5062097Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:15:13.5149738Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:15:13.5238442Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:15:13.5325468Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:15:13.5412956Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:15:13.5500864Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:15:13.5589865Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:15:13.5680524Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:15:13.5768096Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:15:13.5855577Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:15:13.5944345Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:15:13.6034233Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:15:13.6124711Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:15:13.6213000Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:15:13.6303181Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:15:13.6393065Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:15:13.6481523Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:15:13.6569976Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:15:13.6656300Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:15:13.6692896Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:15:13.6717893Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:15:13.6794207Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:15:13.6883746Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:15:13.6974019Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:15:13.7062650Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:15:13.7150098Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:15:13.7237031Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:15:13.7326017Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:15:13.7412536Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:15:13.7499445Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:15:13.7586867Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:15:13.7674293Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:15:13.7759941Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:15:13.7846946Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:15:13.7935064Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:15:13.8022861Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:15:13.8108581Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:15:13.8197235Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:15:13.8284291Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:15:13.8371626Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:15:13.8459980Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:15:13.8549300Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:15:13.8636974Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:15:13.8723761Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:15:13.8812408Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:15:13.8899791Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:15:13.8984437Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:15:13.9071291Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:15:13.9158054Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:15:13.9244814Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:15:13.9330975Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:15:13.9417452Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:15:13.9505195Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:15:13.9590381Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:15:13.9678597Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:15:13.9765551Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:15:13.9850119Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:15:13.9937057Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:15:14.0023940Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:15:14.0110060Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:15:14.0194548Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:15:14.0280396Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:15:14.0373297Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:15:14.0475589Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:15:14.0563341Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:15:14.0651430Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:15:14.0744351Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:15:14.0831863Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:15:14.0918870Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:15:14.1007161Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:15:14.1044242Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:15:14.1070483Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:15:14.1097127Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:15:14.1175933Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:15:14.1200755Z 
2025-08-20T22:15:14.1201473Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:15:14.1201862Z 
2025-08-20T22:15:14.1516529Z 
2025-08-20T22:15:14.1605711Z 
2025-08-20T22:15:14.1608694Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:15:14.1608919Z 
2025-08-20T22:15:14.1608997Z [+] Installation completed!
2025-08-20T22:15:14.1687500Z 
2025-08-20T22:15:14.1688054Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:15:14.4528416Z github.com
2025-08-20T22:15:14.4529082Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:15:14.4529440Z   - Active account: true
2025-08-20T22:15:14.4529655Z   - Git operations protocol: https
2025-08-20T22:15:14.4529911Z   - Token: ghp_************************************
2025-08-20T22:15:14.4530540Z   - 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:15:14.4531201Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:15:14.4531536Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:15:14.6185108Z Limit: 5000, Remaining: 4907, Reset: 2025-08-20 22:27:57 +0000 UTC (12m42s)
2025-08-20T22:15:14.6194656Z 
2025-08-20T22:15:14.6194811Z [+] GHCR_TOKEN is Exported
2025-08-20T22:15:14.6227302Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:15:14.8187646Z Login Succeeded
2025-08-20T22:15:14.8197052Z 
2025-08-20T22:15:14.8197471Z [+] GITLAB is Exported
2025-08-20T22:15:14.9341140Z [git remote -v]
2025-08-20T22:15:15.3245250Z gitlab.com
2025-08-20T22:15:15.3245869Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:15:15.3246388Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:15:15.3246840Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:15:15.3247235Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:15:15.3247587Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:15:15.3247900Z   ✓ Token found: **************************
2025-08-20T22:15:15.3248061Z 
2025-08-20T22:15:15.3248407Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:15:15.3249274Z [git remote -v]
2025-08-20T22:15:15.3259997Z 2025/08/20 22:15:15 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:15:15.3260544Z git: exit status 128]
2025-08-20T22:15:15.6079175Z 
2025-08-20T22:15:15.6079188Z 
2025-08-20T22:15:15.6080066Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:15:15 PM)
2025-08-20T22:15:15.6080507Z 
2025-08-20T22:15:15.6080512Z 
2025-08-20T22:15:15.6080626Z [+] USER = runner
2025-08-20T22:15:15.6080989Z [+] HOME = /home/runner
2025-08-20T22:15:15.6083358Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:15:15.6085601Z 
2025-08-20T22:15:15.7129299Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:15:15.7134100Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:15:15.9681194Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:15:16.0682860Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:15:16.1686094Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:15:16.2689325Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:15:17.1970636Z Reading package lists...
2025-08-20T22:15:17.2302442Z Reading package lists...
2025-08-20T22:15:17.4772950Z Building dependency tree...
2025-08-20T22:15:17.4779893Z Reading state information...
2025-08-20T22:15:17.7846816Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:15:17.7847834Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:15:17.7848284Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:17.7848663Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:15:17.7849137Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:15:17.7849491Z moreutils is already the newest version (0.69-1).
2025-08-20T22:15:17.7849924Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:15:17.7850358Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:15:17.7850765Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:17.8636001Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:15:17.8636640Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:15:18.0807448Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:15:18.1808759Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:15:18.2810042Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:15:18.3811359Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:15:19.3181596Z Reading package lists...
2025-08-20T22:15:19.3497527Z Reading package lists...
2025-08-20T22:15:19.6087377Z Building dependency tree...
2025-08-20T22:15:19.6093460Z Reading state information...
2025-08-20T22:15:19.9072435Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:15:19.9073183Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:19.9073754Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:15:19.9074119Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:19.9074572Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:19.9074986Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:15:19.9075373Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:15:19.9075723Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:15:19.9076408Z gawk set to manually installed.
2025-08-20T22:15:19.9076742Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:15:19.9077123Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:19.9077471Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:19.9077872Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:15:19.9078253Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:15:19.9078679Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:15:19.9079067Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:15:19.9079393Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:19.9079775Z The following additional packages will be installed:
2025-08-20T22:15:19.9080194Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:15:19.9080667Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:15:19.9081201Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:15:19.9081674Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:15:19.9082172Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:15:19.9082556Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:15:19.9088212Z Suggested packages:
2025-08-20T22:15:19.9088491Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:15:19.9088915Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:15:19.9089361Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:15:19.9089800Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:15:19.9090179Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:15:19.9090550Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:15:19.9090910Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:15:19.9322844Z The following NEW packages will be installed:
2025-08-20T22:15:19.9323241Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:15:19.9324740Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:15:19.9326627Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:15:19.9327105Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:15:19.9327978Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:15:19.9331512Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:15:19.9332969Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:15:20.1553464Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:20.1553905Z Need to get 27.2 MB of archives.
2025-08-20T22:15:20.1554227Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:15:20.1554774Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:15:20.5026201Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:15:20.5885996Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:15:20.6325715Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:15:20.6741849Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:15:20.7161113Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:15:20.7615660Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:15:20.8063830Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:15:20.8523013Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:15:20.8943816Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:15:21.0420775Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:15:21.0850836Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:15:21.1295001Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:15:21.1717055Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:15:21.2136611Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:15:21.2559886Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:15:21.2980275Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:15:21.3598613Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:15:21.4840581Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:15:21.5271233Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:15:21.5690043Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:15:21.6111686Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:15:21.6563977Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:15:21.6985475Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:15:21.7413119Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:15:21.7833121Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:15:21.8301561Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:15:21.8724153Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:15:21.9146506Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:15:21.9572782Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:15:21.9992165Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:15:22.0416147Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:15:22.0838117Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:15:22.1369330Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:15:22.1809703Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:15:22.2259322Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:15:22.4854446Z Preconfiguring packages ...
2025-08-20T22:15:23.1297181Z Fetched 27.2 MB in 2s (11.9 MB/s)
2025-08-20T22:15:23.1760421Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:15:23.1792208Z (Reading database ... 
2025-08-20T22:15:23.1792729Z (Reading database ... 5%
2025-08-20T22:15:23.1792965Z (Reading database ... 10%
2025-08-20T22:15:23.1793164Z (Reading database ... 15%
2025-08-20T22:15:23.1793359Z (Reading database ... 20%
2025-08-20T22:15:23.1793712Z (Reading database ... 25%
2025-08-20T22:15:23.1793917Z (Reading database ... 30%
2025-08-20T22:15:23.1794132Z (Reading database ... 35%
2025-08-20T22:15:23.1794348Z (Reading database ... 40%
2025-08-20T22:15:23.1794537Z (Reading database ... 45%
2025-08-20T22:15:23.1794732Z (Reading database ... 50%
2025-08-20T22:15:23.1816102Z (Reading database ... 55%
2025-08-20T22:15:23.1908433Z (Reading database ... 60%
2025-08-20T22:15:23.1951537Z (Reading database ... 65%
2025-08-20T22:15:23.1967013Z (Reading database ... 70%
2025-08-20T22:15:23.1988251Z (Reading database ... 75%
2025-08-20T22:15:23.2022469Z (Reading database ... 80%
2025-08-20T22:15:23.2204889Z (Reading database ... 85%
2025-08-20T22:15:23.2224599Z (Reading database ... 90%
2025-08-20T22:15:23.2326730Z (Reading database ... 95%
2025-08-20T22:15:23.2326961Z (Reading database ... 100%
2025-08-20T22:15:23.2327253Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:15:23.2365139Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:15:23.2599100Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:15:23.4203942Z Selecting previously unselected package poppler-data.
2025-08-20T22:15:23.4385035Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:15:23.4449011Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:15:23.5670445Z Selecting previously unselected package b3sum.
2025-08-20T22:15:23.5833114Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:15:23.5955871Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:15:23.6610129Z Selecting previously unselected package build-essential.
2025-08-20T22:15:23.6770810Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:15:23.6853300Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:15:23.7491172Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:15:23.7655042Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:15:23.7779634Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:15:23.8447399Z Selecting previously unselected package ccache.
2025-08-20T22:15:23.8635768Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:15:23.8706177Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:15:23.9509941Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:15:23.9695945Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:15:23.9778754Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:15:24.0395334Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:15:24.0591850Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:15:24.0669873Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:15:24.1318900Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:15:24.1495792Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:15:24.1557480Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:15:24.2622018Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:15:24.2781821Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:15:24.3394404Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:15:24.4429662Z Selecting previously unselected package libgs-common.
2025-08-20T22:15:24.4618087Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:15:24.4678433Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:24.5248705Z Selecting previously unselected package libgs10-common.
2025-08-20T22:15:24.5427366Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:15:24.5497484Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:24.6575874Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:15:24.6755923Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:15:24.6821735Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:15:24.7543978Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:15:24.7714376Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:15:24.7777931Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:15:24.8437383Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:15:24.8596582Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:15:24.8655519Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:15:24.9521020Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:15:24.9677557Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:15:24.9742463Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:15:25.0359213Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:15:25.0545779Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:15:25.0606381Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:25.2431410Z Selecting previously unselected package ghostscript.
2025-08-20T22:15:25.2615513Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:15:25.2686074Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:25.3525707Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:15:25.3705172Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:15:25.3776581Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:25.6692098Z Selecting previously unselected package imagemagick.
2025-08-20T22:15:25.6879055Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:15:25.6938493Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:25.7421258Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:15:25.7603477Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:15:25.7666250Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:25.8277881Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:15:25.8460730Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:15:25.8526666Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:25.9228216Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:15:25.9404304Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:15:25.9762397Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:15:26.0451775Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:15:26.0618526Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:15:26.0683314Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:26.1372152Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:15:26.1544828Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:15:26.1611957Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:26.2207653Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:15:26.2391521Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:15:26.2465144Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:15:26.3249555Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:15:26.3436430Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:15:26.3526727Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:15:26.4097162Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:15:26.4281671Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:15:26.4369569Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:26.5193707Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:15:26.5376862Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:15:26.5435095Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:15:26.6004236Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:15:26.6163289Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:15:26.6232004Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:15:26.6808653Z Selecting previously unselected package libtool-bin.
2025-08-20T22:15:26.6969054Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:15:26.7070258Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:15:26.7700485Z Selecting previously unselected package lzip.
2025-08-20T22:15:26.7860458Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:15:26.7958596Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:15:26.8682490Z Selecting previously unselected package netpbm.
2025-08-20T22:15:26.8870372Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:15:26.8948767Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:15:27.0968666Z Selecting previously unselected package musl:arm64.
2025-08-20T22:15:27.1154201Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:15:27.1219141Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:15:27.1936674Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:15:27.2114680Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:15:27.2178430Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:15:27.2920262Z Selecting previously unselected package musl-tools.
2025-08-20T22:15:27.3083099Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:15:27.3140196Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:15:27.3868160Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:15:27.9033948Z 
2025-08-20T22:15:27.9034470Z Creating config file /etc/papersize with new version
2025-08-20T22:15:28.1198740Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:15:28.1392466Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:15:28.1622001Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:15:28.1795396Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:15:28.2007906Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:28.2227117Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:15:28.2395767Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:15:28.2597139Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:15:28.3252942Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:28.3567649Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:15:28.3801326Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:15:28.3962278Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:15:28.4072028Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:15:28.4135530Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:15:28.4247035Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:15:28.4431425Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:15:28.4677399Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:15:28.4865419Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:15:28.5052817Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:28.5219147Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:15:28.5307296Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:15:28.5378107Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:15:28.5900987Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:15:28.5989873Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:15:28.6069170Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:15:28.6150458Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:15:28.6254744Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:15:28.6334377Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:15:28.6398247Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:15:28.6465574Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:15:28.6538882Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:15:28.6608526Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:15:28.6670610Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:15:28.6744243Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:15:28.6810471Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:15:28.6883650Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:15:28.6951183Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:15:28.7032951Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:15:28.7111700Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:15:28.7185443Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:15:28.7247791Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:15:28.7368385Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:15:28.7559912Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:15:28.7872696Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:15:28.8081637Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:15:28.8530869Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:28.8765229Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:15:28.8975729Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:28.9295813Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:15:28.9516343Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:15:28.9652901Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:28.9876642Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:15:29.0107648Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:15:29.0347141Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:15:29.0627082Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:29.0825267Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:29.1036715Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:15:29.3853431Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:15:29.4160182Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:29.4358948Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:29.4644016Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:29.4878025Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:29.5784687Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:15:30.4991609Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:15:34.6777969Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:15:34.7151603Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:37.5457797Z Reading package lists...
2025-08-20T22:15:37.7959795Z Building dependency tree...
2025-08-20T22:15:37.7967946Z Reading state information...
2025-08-20T22:15:38.0690181Z autoconf is already the newest version (2.71-3).
2025-08-20T22:15:38.0690583Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:38.0690947Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:38.0691274Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:15:38.0691619Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:38.0691979Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:38.0692292Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:15:38.0692587Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:15:38.0692893Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:38.0693202Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:38.0693723Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:38.0694053Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:15:38.0694727Z patch set to manually installed.
2025-08-20T22:15:38.0695019Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:15:38.0695345Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:15:38.0695652Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:15:38.0695951Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:38.0696218Z Suggested packages:
2025-08-20T22:15:38.0696387Z   scons-doc
2025-08-20T22:15:38.0860475Z The following NEW packages will be installed:
2025-08-20T22:15:38.0869104Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:15:38.1845436Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:38.1845787Z Need to get 17.8 MB of archives.
2025-08-20T22:15:38.1846078Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:15:38.1846574Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:15:38.4269050Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:15:38.4660857Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:15:38.7655733Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:15:38.8080648Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:15:39.0704044Z Fetched 17.8 MB in 1s (25.0 MB/s)
2025-08-20T22:15:39.0980596Z Selecting previously unselected package autopoint.
2025-08-20T22:15:39.1012475Z (Reading database ... 
2025-08-20T22:15:39.1012692Z (Reading database ... 5%
2025-08-20T22:15:39.1012897Z (Reading database ... 10%
2025-08-20T22:15:39.1013091Z (Reading database ... 15%
2025-08-20T22:15:39.1013839Z (Reading database ... 20%
2025-08-20T22:15:39.1014069Z (Reading database ... 25%
2025-08-20T22:15:39.1014325Z (Reading database ... 30%
2025-08-20T22:15:39.1014524Z (Reading database ... 35%
2025-08-20T22:15:39.1014715Z (Reading database ... 40%
2025-08-20T22:15:39.1014905Z (Reading database ... 45%
2025-08-20T22:15:39.1015100Z (Reading database ... 50%
2025-08-20T22:15:39.1038178Z (Reading database ... 55%
2025-08-20T22:15:39.1129385Z (Reading database ... 60%
2025-08-20T22:15:39.1172285Z (Reading database ... 65%
2025-08-20T22:15:39.1187298Z (Reading database ... 70%
2025-08-20T22:15:39.1209114Z (Reading database ... 75%
2025-08-20T22:15:39.1345336Z (Reading database ... 80%
2025-08-20T22:15:39.1424207Z (Reading database ... 85%
2025-08-20T22:15:39.1451764Z (Reading database ... 90%
2025-08-20T22:15:39.1552360Z (Reading database ... 95%
2025-08-20T22:15:39.1552592Z (Reading database ... 100%
2025-08-20T22:15:39.1552885Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:15:39.1590697Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:15:39.1656922Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:15:39.2502198Z Selecting previously unselected package clang.
2025-08-20T22:15:39.2680994Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:15:39.2745750Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:15:39.3332870Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:15:39.3511041Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:15:39.3626619Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:15:40.3545928Z Selecting previously unselected package scons.
2025-08-20T22:15:40.3731358Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:15:40.3793031Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:15:40.4624370Z Selecting previously unselected package byacc.
2025-08-20T22:15:40.4808629Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:15:40.4892668Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:15:40.5678465Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:15:40.5878512Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:15:40.6165651Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:15:40.6736188Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:15:41.0522742Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:15:41.0715017Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:42.3405557Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:15:43.7105094Z Reading package lists...
2025-08-20T22:15:43.9667115Z Building dependency tree...
2025-08-20T22:15:43.9673428Z Reading state information...
2025-08-20T22:15:44.2353983Z The following additional packages will be installed:
2025-08-20T22:15:44.2354412Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:15:44.2354758Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:15:44.2355186Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:15:44.2355656Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:15:44.2356101Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:15:44.2356523Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:15:44.2356966Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:15:44.2358205Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:15:44.2361178Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:15:44.2370912Z Suggested packages:
2025-08-20T22:15:44.2371216Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:15:44.2371613Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:15:44.2372021Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:15:44.2372428Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:15:44.2372806Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:15:44.2373219Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:15:44.2373835Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:15:44.2374310Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:15:44.2374678Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:15:44.2374891Z Recommended packages:
2025-08-20T22:15:44.2375170Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:15:44.2375593Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:15:44.2375992Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:15:44.2376350Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:15:44.2376673Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:15:44.2564838Z The following NEW packages will be installed:
2025-08-20T22:15:44.2565997Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:15:44.2566392Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:15:44.2566800Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:15:44.2567272Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:15:44.2567734Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:15:44.2568164Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:15:44.2568613Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:15:44.2570047Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:15:44.2573675Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:15:44.3559314Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:44.3560008Z Need to get 2409 kB of archives.
2025-08-20T22:15:44.3560336Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:15:44.3560857Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:15:44.3947479Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:15:44.4416043Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:15:44.5200499Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:15:44.5609723Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:15:44.6047969Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:15:44.6551031Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:15:44.6964383Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:15:44.7389507Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:15:44.7815551Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:15:44.8265395Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:15:44.8701078Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:15:44.9117108Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:15:44.9552233Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:15:45.0010715Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:15:45.0570399Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:15:45.0996437Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:15:45.2922318Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:15:45.3326978Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:15:45.3726027Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:15:45.4117926Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:15:45.4900144Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:15:45.5368467Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:15:45.5766131Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:15:45.6155510Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:15:45.6546299Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:15:45.6936230Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:15:45.7375016Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:15:45.7787904Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:15:45.8185483Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:15:46.1414888Z Fetched 2409 kB in 2s (1507 kB/s)
2025-08-20T22:15:46.1692892Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:15:46.1725670Z (Reading database ... 
2025-08-20T22:15:46.1726171Z (Reading database ... 5%
2025-08-20T22:15:46.1726391Z (Reading database ... 10%
2025-08-20T22:15:46.1726597Z (Reading database ... 15%
2025-08-20T22:15:46.1726856Z (Reading database ... 20%
2025-08-20T22:15:46.1727056Z (Reading database ... 25%
2025-08-20T22:15:46.1727252Z (Reading database ... 30%
2025-08-20T22:15:46.1727445Z (Reading database ... 35%
2025-08-20T22:15:46.1727642Z (Reading database ... 40%
2025-08-20T22:15:46.1727835Z (Reading database ... 45%
2025-08-20T22:15:46.1728030Z (Reading database ... 50%
2025-08-20T22:15:46.1748042Z (Reading database ... 55%
2025-08-20T22:15:46.1836923Z (Reading database ... 60%
2025-08-20T22:15:46.1878385Z (Reading database ... 65%
2025-08-20T22:15:46.1892872Z (Reading database ... 70%
2025-08-20T22:15:46.1914748Z (Reading database ... 75%
2025-08-20T22:15:46.2051034Z (Reading database ... 80%
2025-08-20T22:15:46.2128898Z (Reading database ... 85%
2025-08-20T22:15:46.2156571Z (Reading database ... 90%
2025-08-20T22:15:46.2256222Z (Reading database ... 95%
2025-08-20T22:15:46.2256459Z (Reading database ... 100%
2025-08-20T22:15:46.2256765Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:15:46.2294328Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:15:46.2363356Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:15:46.2948488Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:15:46.3134162Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:15:46.3251681Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:15:46.3886087Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:15:46.4075410Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:15:46.4135208Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:15:46.4650750Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:15:46.4828736Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:15:46.4894779Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:15:46.5427274Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:15:46.5611482Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:15:46.5668653Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:15:46.6168552Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:15:46.6341375Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:15:46.6400399Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:15:46.6871187Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:15:46.7033834Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:15:46.7094483Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:15:46.7669394Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:15:46.7831306Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:15:46.7906179Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:15:46.8525661Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:15:46.8710351Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:15:46.8829094Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:15:46.9479505Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:15:46.9670623Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:15:46.9738066Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:15:47.0260907Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:15:47.0445556Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:15:47.0547241Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:15:47.1210987Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:15:47.1393394Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:15:47.1465625Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:15:47.2005183Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:15:47.2188368Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:15:47.2248686Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:15:47.2799110Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:15:47.2956088Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:15:47.3024973Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:15:47.3579617Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:15:47.3740351Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:15:47.3802082Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:15:47.4370262Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:15:47.4533326Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:15:47.4590235Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:15:47.5135596Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:15:47.5319683Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:15:47.5390581Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:15:47.5990025Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:15:47.6174958Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:15:47.6270192Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:15:47.6829874Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:15:47.7014085Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:15:47.7076930Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:15:47.7657882Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:15:47.7837714Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:15:47.7937581Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:15:47.8807759Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:15:47.8967713Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:15:47.9063206Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:15:47.9769940Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:15:47.9928790Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:15:48.0002046Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:15:48.0544268Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:15:48.0715737Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:15:48.0822070Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:15:48.1488583Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:15:48.1680902Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:15:48.1742353Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:15:48.2290510Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:15:48.2473193Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:15:48.2540823Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:15:48.3110328Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:15:48.3296249Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:15:48.3356144Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:15:48.3890159Z Selecting previously unselected package libwww-perl.
2025-08-20T22:15:48.4078098Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:15:48.4210568Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:15:48.4898492Z Selecting previously unselected package patchutils.
2025-08-20T22:15:48.5068207Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:15:48.5158347Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:15:48.5930094Z Selecting previously unselected package wdiff.
2025-08-20T22:15:48.6094266Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:15:48.6158448Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:15:48.6922183Z Selecting previously unselected package devscripts.
2025-08-20T22:15:48.7091062Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:15:48.7314074Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:15:48.8775497Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:15:48.8962848Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:15:48.9160914Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:15:48.9348023Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:15:48.9538816Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:15:48.9742325Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:15:48.9945911Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:15:49.0133887Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:15:49.0432708Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:15:49.0652623Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:15:49.0864756Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:15:49.1114137Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:15:49.1287156Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:15:49.1511821Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:15:49.1691538Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:15:49.1944019Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:15:49.2282177Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:15:49.2504958Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:15:49.2724886Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:15:49.2971211Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:15:49.3200702Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:15:49.3423410Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:15:49.3628262Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:15:49.3833184Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:15:49.4025373Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:15:49.4245436Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:15:49.4497344Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:15:49.4735244Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:15:49.4939614Z Setting up devscripts (2.23.7) ...
2025-08-20T22:15:49.6331919Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:15:49.6586786Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:52.2363327Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:53.6254151Z Reading package lists...
2025-08-20T22:15:53.8789707Z Building dependency tree...
2025-08-20T22:15:53.8797657Z Reading state information...
2025-08-20T22:15:54.1818741Z The following additional packages will be installed:
2025-08-20T22:15:54.1827061Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:15:54.1836276Z Suggested packages:
2025-08-20T22:15:54.1836489Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:15:54.2003152Z The following NEW packages will be installed:
2025-08-20T22:15:54.2010590Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:15:54.3439486Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:15:54.3439854Z Need to get 12.7 MB of archives.
2025-08-20T22:15:54.3440155Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:15:54.3440669Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:15:54.4979405Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:15:54.5943267Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:15:54.8037026Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:15:55.2029345Z Fetched 12.7 MB in 1s (17.6 MB/s)
2025-08-20T22:15:55.2380217Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:15:55.2415414Z (Reading database ... 
2025-08-20T22:15:55.2415655Z (Reading database ... 5%
2025-08-20T22:15:55.2415858Z (Reading database ... 10%
2025-08-20T22:15:55.2416078Z (Reading database ... 15%
2025-08-20T22:15:55.2416278Z (Reading database ... 20%
2025-08-20T22:15:55.2416473Z (Reading database ... 25%
2025-08-20T22:15:55.2416671Z (Reading database ... 30%
2025-08-20T22:15:55.2416860Z (Reading database ... 35%
2025-08-20T22:15:55.2417493Z (Reading database ... 40%
2025-08-20T22:15:55.2417689Z (Reading database ... 45%
2025-08-20T22:15:55.2417883Z (Reading database ... 50%
2025-08-20T22:15:55.2439263Z (Reading database ... 55%
2025-08-20T22:15:55.2536112Z (Reading database ... 60%
2025-08-20T22:15:55.2585477Z (Reading database ... 65%
2025-08-20T22:15:55.2602508Z (Reading database ... 70%
2025-08-20T22:15:55.2629523Z (Reading database ... 75%
2025-08-20T22:15:55.2777629Z (Reading database ... 80%
2025-08-20T22:15:55.2863742Z (Reading database ... 85%
2025-08-20T22:15:55.2896947Z (Reading database ... 90%
2025-08-20T22:15:55.3006854Z (Reading database ... 95%
2025-08-20T22:15:55.3009186Z (Reading database ... 100%
2025-08-20T22:15:55.3009524Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:15:55.3049535Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:15:55.3182487Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:15:55.3854195Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:15:55.4042086Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:15:55.4105569Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:15:55.4821937Z Selecting previously unselected package cmake-data.
2025-08-20T22:15:55.5010348Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:15:55.5136585Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:15:56.4409096Z Selecting previously unselected package cmake.
2025-08-20T22:15:56.4580758Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:15:56.4647986Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:15:56.6769800Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:15:56.7208873Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:15:56.7519651Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:15:56.7844883Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:15:56.8159387Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:58.2406487Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:15:59.6503187Z Reading package lists...
2025-08-20T22:15:59.9168282Z Building dependency tree...
2025-08-20T22:15:59.9178211Z Reading state information...
2025-08-20T22:16:00.2542634Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:16:00.2543037Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:16:00.2543359Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:16:00.2544212Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:16:00.2544550Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:16:00.2544867Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:16:00.2545218Z ca-certificates is already the newest version (20240203).
2025-08-20T22:16:00.2545549Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:16:00.2545850Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:16:00.2546172Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:16:00.2546464Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:16:00.2546748Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:16:00.2547084Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:16:00.2547437Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:16:00.2547739Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:16:00.2548058Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:16:00.2548373Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:16:00.2548677Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:16:00.2548959Z musl is already the newest version (1.2.4-2).
2025-08-20T22:16:00.2549232Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:16:00.2549521Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:16:00.2550098Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:16:00.2550442Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:16:00.2550763Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:16:00.2551067Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:16:00.2551397Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:00.2748849Z Reading package lists...
2025-08-20T22:16:00.5288703Z Building dependency tree...
2025-08-20T22:16:00.5296548Z Reading state information...
2025-08-20T22:16:00.8341996Z autoconf is already the newest version (2.71-3).
2025-08-20T22:16:00.8342376Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:16:00.8342724Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:16:00.8343057Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:16:00.8343387Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:16:00.8343904Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:16:00.8344240Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:16:00.8344555Z ca-certificates is already the newest version (20240203).
2025-08-20T22:16:00.8344886Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:16:00.8345181Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:16:00.8345469Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:16:00.8345770Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:16:00.8346084Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:16:00.8346399Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:16:00.8346711Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:16:00.8347020Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:16:00.8347346Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:16:00.8347716Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:16:00.8348064Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:16:00.8348358Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:16:00.8348659Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:16:00.8348993Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:00.8550029Z Reading package lists...
2025-08-20T22:16:01.0950601Z Building dependency tree...
2025-08-20T22:16:01.0958402Z Reading state information...
2025-08-20T22:16:01.3853196Z devscripts is already the newest version (2.23.7).
2025-08-20T22:16:01.3853690Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:01.4059196Z Reading package lists...
2025-08-20T22:16:01.6477065Z Building dependency tree...
2025-08-20T22:16:01.6484582Z Reading state information...
2025-08-20T22:16:01.9532071Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:16:01.9532506Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:01.9732676Z Reading package lists...
2025-08-20T22:16:02.2114941Z Building dependency tree...
2025-08-20T22:16:02.2124934Z Reading state information...
2025-08-20T22:16:02.4895215Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:16:02.4895663Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:16:02.5315495Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:02.5790742Z Reading package lists...
2025-08-20T22:16:02.8249581Z Building dependency tree...
2025-08-20T22:16:02.8257446Z Reading state information...
2025-08-20T22:16:03.1100590Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:16:03.1101455Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:16:03.1101844Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:16:03.1102656Z The following additional packages will be installed:
2025-08-20T22:16:03.1102990Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:16:03.1103390Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:16:03.1103979Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:16:03.1104378Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:16:03.1104769Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:16:03.1105214Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:16:03.1105635Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:16:03.1106046Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:16:03.1106425Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:16:03.1106817Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:16:03.1107243Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:16:03.1107589Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:16:03.1107962Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:16:03.1108401Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:16:03.1108782Z   linux-libc-dev-armhf-cross
2025-08-20T22:16:03.1117899Z Suggested packages:
2025-08-20T22:16:03.1118241Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:16:03.1118622Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:16:03.1468199Z The following NEW packages will be installed:
2025-08-20T22:16:03.1468537Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:16:03.1468951Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:16:03.1469410Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:16:03.1469869Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:16:03.1470250Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:16:03.1470653Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:16:03.1471073Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:16:03.1471468Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:16:03.1472262Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:16:03.1472676Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:16:03.1473086Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:16:03.1474464Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:16:03.1474873Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:16:03.1475289Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:16:03.1479566Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:16:03.3597477Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:03.3597842Z Need to get 112 MB of archives.
2025-08-20T22:16:03.3598148Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:16:03.3598839Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:16:03.4816038Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:16:03.8255772Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:16:03.8646240Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:16:03.9932277Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:16:04.0318726Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:16:04.0708616Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:16:04.1309436Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:16:04.1701520Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:16:04.2095677Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:16:04.2549581Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:16:04.2944843Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:16:04.3340783Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:16:04.3731734Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:16:04.4274501Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:16:04.4700574Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:16:04.5944950Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:16:04.6379023Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:16:04.8758130Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:16:04.9264762Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:16:04.9786292Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:16:05.0390264Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:16:05.1777861Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:16:05.2476126Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:16:05.2869396Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:16:05.3264158Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:16:05.3763388Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:16:05.4154591Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:16:05.4550848Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:16:05.4943883Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:16:05.5589579Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:16:05.6027324Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:16:05.6518669Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:16:05.7774879Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:16:05.9868966Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:16:06.0375867Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:16:06.0883941Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:16:06.1488465Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:16:06.2884532Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:16:06.3273923Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:16:06.3663201Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:16:06.4053936Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:16:06.7131230Z Fetched 112 MB in 3s (34.6 MB/s)
2025-08-20T22:16:06.7410849Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:16:06.7445668Z (Reading database ... 
2025-08-20T22:16:06.7445924Z (Reading database ... 5%
2025-08-20T22:16:06.7446143Z (Reading database ... 10%
2025-08-20T22:16:06.7446344Z (Reading database ... 15%
2025-08-20T22:16:06.7446544Z (Reading database ... 20%
2025-08-20T22:16:06.7446754Z (Reading database ... 25%
2025-08-20T22:16:06.7446950Z (Reading database ... 30%
2025-08-20T22:16:06.7447558Z (Reading database ... 35%
2025-08-20T22:16:06.7447796Z (Reading database ... 40%
2025-08-20T22:16:06.7447994Z (Reading database ... 45%
2025-08-20T22:16:06.7448187Z (Reading database ... 50%
2025-08-20T22:16:06.7469769Z (Reading database ... 55%
2025-08-20T22:16:06.7562714Z (Reading database ... 60%
2025-08-20T22:16:06.7606680Z (Reading database ... 65%
2025-08-20T22:16:06.7622101Z (Reading database ... 70%
2025-08-20T22:16:06.7648958Z (Reading database ... 75%
2025-08-20T22:16:06.7789401Z (Reading database ... 80%
2025-08-20T22:16:06.7868762Z (Reading database ... 85%
2025-08-20T22:16:06.7899963Z (Reading database ... 90%
2025-08-20T22:16:06.8017299Z (Reading database ... 95%
2025-08-20T22:16:06.8017524Z (Reading database ... 100%
2025-08-20T22:16:06.8017825Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:16:06.8059997Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:06.8125810Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.8763831Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:16:06.8955366Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:06.9083002Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.1379927Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:16:07.1560495Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:07.1625292Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.2195197Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:16:07.2364469Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:07.2510993Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.4891390Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:16:07.5082262Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:16:07.5155976Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:07.5646220Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:16:07.5843277Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:16:07.5900914Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.6555181Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:16:07.6741360Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:16:07.6896694Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:16:07.8227326Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:16:07.8399488Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:07.8479413Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9076764Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:16:07.9242264Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:07.9318917Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9906496Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:16:08.0104118Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:08.0169615Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:08.0940474Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:16:08.1126821Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.1184447Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.1802716Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:16:08.1990465Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.2055165Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.2719704Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:16:08.2905199Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.3019605Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.3701159Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:16:08.3869726Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.3945929Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.5090348Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:16:08.5252475Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.5315451Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.6025203Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:16:08.6215647Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.6357566Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.7007390Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:16:08.7191936Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:08.7253400Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:08.8128686Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:16:08.8306280Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:08.8394167Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:09.2325497Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:16:09.2517310Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:09.2596758Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:09.5004071Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:16:09.5186873Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:09.5244818Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:09.6388945Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:16:09.6553433Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:09.6635625Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:09.8952681Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:16:09.9147277Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:09.9258927Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:10.1904397Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:16:10.2072946Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:16:10.2136811Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:16:10.3331660Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:16:10.3493185Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:10.3582820Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:10.4173783Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:16:10.4367528Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:10.4425823Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:10.5026652Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:16:10.5217164Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:10.5319049Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:10.6044253Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:16:10.6229871Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:10.6295966Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:10.6954044Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:16:10.7144532Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:10.7227441Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:10.7972985Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:16:10.8137029Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:10.8203983Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:10.8797392Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:16:10.8965664Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:10.9037586Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:11.0457570Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:16:11.0645942Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:11.0717102Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:11.1371500Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:16:11.1559968Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:11.1663471Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:11.2373675Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:16:11.2561471Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:11.2738324Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:11.3568394Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:16:11.3751646Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:11.3845508Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:11.7861453Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:16:11.8049264Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:11.8113430Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:12.0534512Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:16:12.0712823Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:12.0809309Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:12.2605303Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:16:12.2772757Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:12.2844643Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:12.5353682Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:16:12.5541897Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:16:12.5663762Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:12.8511212Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:16:12.8673909Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:16:12.8776010Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:12.9222214Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:16:12.9412273Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:16:12.9528402Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:13.0004591Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:16:13.0197289Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:16:13.0293812Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:13.0740399Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:16:13.0932387Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:16:13.1008858Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:13.1782876Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:16:13.2008049Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:13.2339684Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.2581482Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.2770441Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.3021360Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:13.3219514Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.3468140Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:13.3655887Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:13.3856209Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.4103183Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.4320303Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:13.4662717Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:16:13.4857115Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.5057395Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.5280871Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.5531607Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.5701020Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.5955861Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.6132622Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.6329243Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:13.6564074Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.6748867Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.6918956Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:13.7116377Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.7312230Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.7583378Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.7790642Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:13.7995307Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.8227564Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.8450281Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.8683780Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.8953379Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.9199987Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.9370927Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:13.9570022Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.9751988Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:13.9937448Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:14.0218818Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:14.0437501Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:14.0719694Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:14.0996790Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:14.1185504Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:16:14.1266768Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:16:14.1397756Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:15.5206122Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:16:16.8802431Z Reading package lists...
2025-08-20T22:16:17.1127609Z Building dependency tree...
2025-08-20T22:16:17.1134151Z Reading state information...
2025-08-20T22:16:17.3734660Z The following additional packages will be installed:
2025-08-20T22:16:17.3735102Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:16:17.3739102Z   libpcap0.8-dev
2025-08-20T22:16:17.4033829Z The following NEW packages will be installed:
2025-08-20T22:16:17.4034879Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:16:17.4040486Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:16:17.4289582Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:17.7035445Z Need to get 1640 kB of archives.
2025-08-20T22:16:17.7035818Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:16:17.7036389Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:16:18.2242799Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:16:18.3616740Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:16:18.5014486Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:16:18.7324933Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:16:19.0864833Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:16:19.2966103Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:16:19.3970696Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:16:19.6940220Z Fetched 1640 kB in 2s (838 kB/s)
2025-08-20T22:16:19.7388463Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:16:19.7424067Z (Reading database ... 
2025-08-20T22:16:19.7424593Z (Reading database ... 5%
2025-08-20T22:16:19.7425077Z (Reading database ... 10%
2025-08-20T22:16:19.7425292Z (Reading database ... 15%
2025-08-20T22:16:19.7425501Z (Reading database ... 20%
2025-08-20T22:16:19.7427794Z (Reading database ... 25%
2025-08-20T22:16:19.7428047Z (Reading database ... 30%
2025-08-20T22:16:19.7428615Z (Reading database ... 35%
2025-08-20T22:16:19.7428831Z (Reading database ... 40%
2025-08-20T22:16:19.7429027Z (Reading database ... 45%
2025-08-20T22:16:19.7429217Z (Reading database ... 50%
2025-08-20T22:16:19.7450336Z (Reading database ... 55%
2025-08-20T22:16:19.7545422Z (Reading database ... 60%
2025-08-20T22:16:19.7588535Z (Reading database ... 65%
2025-08-20T22:16:19.7607313Z (Reading database ... 70%
2025-08-20T22:16:19.7635235Z (Reading database ... 75%
2025-08-20T22:16:19.7771136Z (Reading database ... 80%
2025-08-20T22:16:19.7853814Z (Reading database ... 85%
2025-08-20T22:16:19.7889028Z (Reading database ... 90%
2025-08-20T22:16:19.8013915Z (Reading database ... 95%
2025-08-20T22:16:19.8014143Z (Reading database ... 100%
2025-08-20T22:16:19.8014433Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:16:19.8057990Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:16:19.8176524Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:16:19.9167451Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:16:19.9357121Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:16:19.9524740Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:16:20.0172200Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:16:20.0347863Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:16:20.0418247Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:20.1211369Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:16:20.1388386Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:16:20.1450132Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:20.2065322Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:16:20.2250713Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:16:20.2321151Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:16:20.3314549Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:16:20.3516886Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:16:20.3622827Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:20.4270593Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:16:20.4468613Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:16:20.4568247Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:20.5364604Z Selecting previously unselected package pcaputils.
2025-08-20T22:16:20.5564104Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:16:20.5672738Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:16:20.6563838Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:16:20.6752131Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:16:20.8753492Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:20.8950358Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:16:20.9298278Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:16:21.1829592Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:21.2079880Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:16:21.2406379Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:16:21.2743086Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:22.9448309Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:16:23.0283371Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:23.0529557Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:24.3812019Z Reading package lists...
2025-08-20T22:16:24.6294858Z Building dependency tree...
2025-08-20T22:16:24.6303225Z Reading state information...
2025-08-20T22:16:24.6786368Z Reading package lists...
2025-08-20T22:16:24.9413317Z Building dependency tree...
2025-08-20T22:16:24.9421521Z Reading state information...
2025-08-20T22:16:25.2498319Z The following additional packages will be installed:
2025-08-20T22:16:25.2502764Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:16:25.2512313Z Suggested packages:
2025-08-20T22:16:25.2512661Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:16:25.2513029Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:16:25.2707848Z The following NEW packages will be installed:
2025-08-20T22:16:25.2709178Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:16:25.2715187Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:16:25.3695488Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:16:25.3695845Z Need to get 801 kB of archives.
2025-08-20T22:16:25.3696171Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:16:25.3696666Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:16:25.4667983Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:16:25.5473252Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:16:25.6823211Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:16:25.7241455Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:16:25.7639106Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:16:25.8137333Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:16:25.8527079Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:16:25.8937921Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:16:26.1824990Z Fetched 801 kB in 1s (1307 kB/s)
2025-08-20T22:16:26.2206160Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:16:26.2242220Z (Reading database ... 
2025-08-20T22:16:26.2242489Z (Reading database ... 5%
2025-08-20T22:16:26.2242687Z (Reading database ... 10%
2025-08-20T22:16:26.2242888Z (Reading database ... 15%
2025-08-20T22:16:26.2243084Z (Reading database ... 20%
2025-08-20T22:16:26.2243277Z (Reading database ... 25%
2025-08-20T22:16:26.2243471Z (Reading database ... 30%
2025-08-20T22:16:26.2243830Z (Reading database ... 35%
2025-08-20T22:16:26.2244030Z (Reading database ... 40%
2025-08-20T22:16:26.2244222Z (Reading database ... 45%
2025-08-20T22:16:26.2244415Z (Reading database ... 50%
2025-08-20T22:16:26.2267110Z (Reading database ... 55%
2025-08-20T22:16:26.2367897Z (Reading database ... 60%
2025-08-20T22:16:26.2408509Z (Reading database ... 65%
2025-08-20T22:16:26.2427435Z (Reading database ... 70%
2025-08-20T22:16:26.2456282Z (Reading database ... 75%
2025-08-20T22:16:26.2607680Z (Reading database ... 80%
2025-08-20T22:16:26.2697162Z (Reading database ... 85%
2025-08-20T22:16:26.2734251Z (Reading database ... 90%
2025-08-20T22:16:26.2866019Z (Reading database ... 95%
2025-08-20T22:16:26.2866254Z (Reading database ... 100%
2025-08-20T22:16:26.2866547Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:16:26.2909513Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:16:26.3201388Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:16:26.3912206Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:16:26.4115301Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:16:26.4197658Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:16:26.4962920Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:16:26.5155381Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:16:26.5274898Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:16:26.6159845Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:16:26.6346529Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:16:26.6407981Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:16:26.7031806Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:16:26.7203817Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:16:26.7269561Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:16:26.7978454Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:16:26.8147513Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:16:26.8209480Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:16:26.9001868Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:16:26.9172046Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:16:26.9235418Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:16:27.0024821Z Selecting previously unselected package lzma.
2025-08-20T22:16:27.0222232Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:16:27.0294602Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:16:27.1037862Z Selecting previously unselected package lzma-dev.
2025-08-20T22:16:27.1235674Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:16:27.1289619Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:16:27.2135935Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:16:27.2325656Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:16:27.2515372Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:16:27.2783685Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:16:27.2963686Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:16:27.3126573Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:16:27.3251320Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:16:27.3481388Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:16:27.3694041Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:16:27.3905195Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:16:27.4121753Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:16:27.4478601Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:28.8629105Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:16:30.3275077Z Reading package lists...
2025-08-20T22:16:30.5779362Z Building dependency tree...
2025-08-20T22:16:30.5786539Z Reading state information...
2025-08-20T22:16:30.9241576Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:16:30.9242165Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:16:30.9243376Z inetutils-telnet set to manually installed.
2025-08-20T22:16:30.9244068Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:16:30.9244875Z The following additional packages will be installed:
2025-08-20T22:16:30.9246032Z   tcpd update-inetd
2025-08-20T22:16:30.9420587Z The following packages will be REMOVED:
2025-08-20T22:16:30.9428738Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:16:30.9429018Z The following NEW packages will be installed:
2025-08-20T22:16:30.9429336Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:16:30.9429734Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:16:30.9437458Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:16:31.0409495Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:16:31.0410195Z Need to get 691 kB of archives.
2025-08-20T22:16:31.0410461Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:16:31.0410976Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:16:31.1701941Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:16:31.2203772Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:16:31.2684049Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:16:31.3250761Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:16:31.3982524Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:16:31.4584750Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:16:31.5141116Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:16:31.5649577Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:16:31.6132561Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:16:31.6681502Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:16:31.7282086Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:16:31.7832808Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:16:32.0384654Z Preconfiguring packages ...
2025-08-20T22:16:32.1628383Z Fetched 691 kB in 1s (823 kB/s)
2025-08-20T22:16:32.1871169Z (Reading database ... 
2025-08-20T22:16:32.1871419Z (Reading database ... 5%
2025-08-20T22:16:32.1871650Z (Reading database ... 10%
2025-08-20T22:16:32.1871849Z (Reading database ... 15%
2025-08-20T22:16:32.1872043Z (Reading database ... 20%
2025-08-20T22:16:32.1872237Z (Reading database ... 25%
2025-08-20T22:16:32.1872431Z (Reading database ... 30%
2025-08-20T22:16:32.1872625Z (Reading database ... 35%
2025-08-20T22:16:32.1872835Z (Reading database ... 40%
2025-08-20T22:16:32.1873030Z (Reading database ... 45%
2025-08-20T22:16:32.1873221Z (Reading database ... 50%
2025-08-20T22:16:32.1894937Z (Reading database ... 55%
2025-08-20T22:16:32.1989251Z (Reading database ... 60%
2025-08-20T22:16:32.2035152Z (Reading database ... 65%
2025-08-20T22:16:32.2054962Z (Reading database ... 70%
2025-08-20T22:16:32.2085328Z (Reading database ... 75%
2025-08-20T22:16:32.2233475Z (Reading database ... 80%
2025-08-20T22:16:32.2323075Z (Reading database ... 85%
2025-08-20T22:16:32.2367532Z (Reading database ... 90%
2025-08-20T22:16:32.2501332Z (Reading database ... 95%
2025-08-20T22:16:32.2501549Z (Reading database ... 100%
2025-08-20T22:16:32.2501845Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:16:32.2548104Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:16:32.3377189Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:16:32.4636880Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:16:32.8938918Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:16:32.8975328Z (Reading database ... 
2025-08-20T22:16:32.8975803Z (Reading database ... 5%
2025-08-20T22:16:32.8976027Z (Reading database ... 10%
2025-08-20T22:16:32.8976230Z (Reading database ... 15%
2025-08-20T22:16:32.8976446Z (Reading database ... 20%
2025-08-20T22:16:32.8976646Z (Reading database ... 25%
2025-08-20T22:16:32.8976841Z (Reading database ... 30%
2025-08-20T22:16:32.8977037Z (Reading database ... 35%
2025-08-20T22:16:32.8977232Z (Reading database ... 40%
2025-08-20T22:16:32.8977834Z (Reading database ... 45%
2025-08-20T22:16:32.8978046Z (Reading database ... 50%
2025-08-20T22:16:32.8998965Z (Reading database ... 55%
2025-08-20T22:16:32.9092487Z (Reading database ... 60%
2025-08-20T22:16:32.9138148Z (Reading database ... 65%
2025-08-20T22:16:32.9158242Z (Reading database ... 70%
2025-08-20T22:16:32.9188861Z (Reading database ... 75%
2025-08-20T22:16:32.9339094Z (Reading database ... 80%
2025-08-20T22:16:32.9423099Z (Reading database ... 85%
2025-08-20T22:16:32.9466031Z (Reading database ... 90%
2025-08-20T22:16:32.9589565Z (Reading database ... 95%
2025-08-20T22:16:32.9589798Z (Reading database ... 100%
2025-08-20T22:16:32.9590090Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:16:32.9634312Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:32.9742156Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.0316514Z Selecting previously unselected package tcpd.
2025-08-20T22:16:33.0520793Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:16:33.0586255Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:16:33.1501106Z Selecting previously unselected package update-inetd.
2025-08-20T22:16:33.1706303Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:16:33.1768093Z Unpacking update-inetd (4.53) ...
2025-08-20T22:16:33.2950746Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:16:33.3125951Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.3237622Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.4043208Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:16:33.4216850Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.4282589Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.4990756Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:16:33.5159980Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.5223802Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.5878022Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:16:33.6080474Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.6145423Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.6797079Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:16:33.6997599Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.7082120Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.7791280Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:16:33.7990272Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.8072413Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.8730796Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:16:33.8922974Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.8990872Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.9607104Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:16:33.9782835Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:33.9860027Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:16:34.0523082Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:16:34.0702071Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:16:34.0793372Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:16:34.1520679Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:16:34.1712044Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:16:34.1794627Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:16:34.2612188Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:16:34.2904991Z Setting up update-inetd (4.53) ...
2025-08-20T22:16:34.3877319Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:16:34.4038790Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:16:34.4192168Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:34.7602312Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:34.7602762Z 
2025-08-20T22:16:34.7602873Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:16:34.7603078Z 
2025-08-20T22:16:34.7603448Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:34.7603953Z 
2025-08-20T22:16:34.7604501Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:34.7604986Z 
2025-08-20T22:16:35.0030107Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.0354847Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.0601204Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:16:35.0714531Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.0922929Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.1165605Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:16:35.1416201Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.4612023Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:16:35.4612420Z 
2025-08-20T22:16:35.4612908Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:16:35.4613381Z 
2025-08-20T22:16:35.7056107Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.8937107Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:35.9990482Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:36.0766916Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:39.2426180Z Reading package lists...
2025-08-20T22:16:39.4845680Z Building dependency tree...
2025-08-20T22:16:39.4854209Z Reading state information...
2025-08-20T22:16:39.8438414Z The following packages will be REMOVED:
2025-08-20T22:16:39.8447345Z   inetutils-ping
2025-08-20T22:16:39.8448469Z The following NEW packages will be installed:
2025-08-20T22:16:39.8456830Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:16:39.8462041Z The following packages will be upgraded:
2025-08-20T22:16:39.8469719Z   iputils-tracepath
2025-08-20T22:16:39.9430827Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:16:39.9431175Z Need to get 84.5 kB of archives.
2025-08-20T22:16:39.9431479Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:16:39.9432077Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:16:40.0590507Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:16:40.1025295Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:16:40.1476442Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:16:40.4754696Z Fetched 84.5 kB in 0s (285 kB/s)
2025-08-20T22:16:40.4963003Z (Reading database ... 
2025-08-20T22:16:40.4963240Z (Reading database ... 5%
2025-08-20T22:16:40.4963439Z (Reading database ... 10%
2025-08-20T22:16:40.4963759Z (Reading database ... 15%
2025-08-20T22:16:40.4964720Z (Reading database ... 20%
2025-08-20T22:16:40.4964959Z (Reading database ... 25%
2025-08-20T22:16:40.4965515Z (Reading database ... 30%
2025-08-20T22:16:40.4965736Z (Reading database ... 35%
2025-08-20T22:16:40.4965939Z (Reading database ... 40%
2025-08-20T22:16:40.4966134Z (Reading database ... 45%
2025-08-20T22:16:40.4966320Z (Reading database ... 50%
2025-08-20T22:16:40.4987841Z (Reading database ... 55%
2025-08-20T22:16:40.5081335Z (Reading database ... 60%
2025-08-20T22:16:40.5124719Z (Reading database ... 65%
2025-08-20T22:16:40.5143348Z (Reading database ... 70%
2025-08-20T22:16:40.5171585Z (Reading database ... 75%
2025-08-20T22:16:40.5310145Z (Reading database ... 80%
2025-08-20T22:16:40.5394046Z (Reading database ... 85%
2025-08-20T22:16:40.5436113Z (Reading database ... 90%
2025-08-20T22:16:40.5561439Z (Reading database ... 95%
2025-08-20T22:16:40.5561679Z (Reading database ... 100%
2025-08-20T22:16:40.5561974Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:16:40.5606352Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:40.6634359Z Selecting previously unselected package iputils-ping.
2025-08-20T22:16:40.6670478Z (Reading database ... 
2025-08-20T22:16:40.6670721Z (Reading database ... 5%
2025-08-20T22:16:40.6670944Z (Reading database ... 10%
2025-08-20T22:16:40.6671143Z (Reading database ... 15%
2025-08-20T22:16:40.6671340Z (Reading database ... 20%
2025-08-20T22:16:40.6671538Z (Reading database ... 25%
2025-08-20T22:16:40.6671741Z (Reading database ... 30%
2025-08-20T22:16:40.6672400Z (Reading database ... 35%
2025-08-20T22:16:40.6672592Z (Reading database ... 40%
2025-08-20T22:16:40.6672786Z (Reading database ... 45%
2025-08-20T22:16:40.6672981Z (Reading database ... 50%
2025-08-20T22:16:40.6694946Z (Reading database ... 55%
2025-08-20T22:16:40.6787837Z (Reading database ... 60%
2025-08-20T22:16:40.6830313Z (Reading database ... 65%
2025-08-20T22:16:40.6849266Z (Reading database ... 70%
2025-08-20T22:16:40.6877537Z (Reading database ... 75%
2025-08-20T22:16:40.7017338Z (Reading database ... 80%
2025-08-20T22:16:40.7102285Z (Reading database ... 85%
2025-08-20T22:16:40.7144499Z (Reading database ... 90%
2025-08-20T22:16:40.7268360Z (Reading database ... 95%
2025-08-20T22:16:40.7268611Z (Reading database ... 100%
2025-08-20T22:16:40.7268918Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:16:40.7314713Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:16:40.7404148Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.8250096Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:16:40.8465320Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:16:40.9365980Z Selecting previously unselected package iputils-arping.
2025-08-20T22:16:40.9579328Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:16:40.9833929Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:41.0406132Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:16:41.0666780Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:16:41.0735424Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:41.1490190Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:41.2169952Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:41.2480646Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:41.2813120Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:41.3084357Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:44.2766876Z Reading package lists...
2025-08-20T22:16:44.5296946Z Building dependency tree...
2025-08-20T22:16:44.5304230Z Reading state information...
2025-08-20T22:16:44.8064517Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:16:44.8389627Z The following packages will be upgraded:
2025-08-20T22:16:44.8389955Z   python3-pip python3-pip-whl
2025-08-20T22:16:44.8589789Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:16:44.9581592Z Need to get 3020 kB of archives.
2025-08-20T22:16:44.9581960Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:16:44.9582550Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:16:45.2653356Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:16:45.5956662Z Fetched 3020 kB in 0s (6863 kB/s)
2025-08-20T22:16:45.6372015Z (Reading database ... 
2025-08-20T22:16:45.6372297Z (Reading database ... 5%
2025-08-20T22:16:45.6372502Z (Reading database ... 10%
2025-08-20T22:16:45.6372704Z (Reading database ... 15%
2025-08-20T22:16:45.6372900Z (Reading database ... 20%
2025-08-20T22:16:45.6373097Z (Reading database ... 25%
2025-08-20T22:16:45.6373295Z (Reading database ... 30%
2025-08-20T22:16:45.6373491Z (Reading database ... 35%
2025-08-20T22:16:45.6374643Z (Reading database ... 40%
2025-08-20T22:16:45.6374888Z (Reading database ... 45%
2025-08-20T22:16:45.6375088Z (Reading database ... 50%
2025-08-20T22:16:45.6396655Z (Reading database ... 55%
2025-08-20T22:16:45.6492170Z (Reading database ... 60%
2025-08-20T22:16:45.6536384Z (Reading database ... 65%
2025-08-20T22:16:45.6554923Z (Reading database ... 70%
2025-08-20T22:16:45.6582762Z (Reading database ... 75%
2025-08-20T22:16:45.6721264Z (Reading database ... 80%
2025-08-20T22:16:45.6801556Z (Reading database ... 85%
2025-08-20T22:16:45.6842460Z (Reading database ... 90%
2025-08-20T22:16:45.6962381Z (Reading database ... 95%
2025-08-20T22:16:45.6962594Z (Reading database ... 100%
2025-08-20T22:16:45.6962890Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:16:45.7006317Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:16:46.0369917Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:16:46.2386522Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:16:46.2647673Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:16:46.3773276Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:16:46.4076863Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:16:47.3661387Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:50.4962211Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:16:50.8324881Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:16:52.4854528Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:16:52.6260931Z Collecting pip
2025-08-20T22:16:52.7302807Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:16:52.7675091Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:16:52.9137796Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 12.5 MB/s eta 0:00:00
2025-08-20T22:16:53.2965654Z Installing collected packages: pip
2025-08-20T22:16:53.9920287Z Successfully installed pip-25.2
2025-08-20T22:16:54.1952063Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:16:54.2395558Z Reading package lists...
2025-08-20T22:16:54.4942714Z Building dependency tree...
2025-08-20T22:16:54.4951792Z Reading state information...
2025-08-20T22:16:54.7769657Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:16:54.7770000Z pciutils set to manually installed.
2025-08-20T22:16:54.7770278Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:16:54.7770611Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:16:54.7770921Z python3-distro set to manually installed.
2025-08-20T22:16:54.7771238Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:16:54.7771568Z python3-netifaces set to manually installed.
2025-08-20T22:16:54.7772284Z The following additional packages will be installed:
2025-08-20T22:16:54.7772556Z   libsysfs2
2025-08-20T22:16:54.7779815Z Suggested packages:
2025-08-20T22:16:54.7780124Z   fancontrol read-edid i2c-tools
2025-08-20T22:16:54.8064108Z The following NEW packages will be installed:
2025-08-20T22:16:54.8066577Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:16:54.8263388Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:16:55.0658384Z Need to get 133 kB of archives.
2025-08-20T22:16:55.0658766Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:16:55.0659277Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:16:55.2782382Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:16:55.4088296Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:16:55.6810222Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:16:55.9778787Z Fetched 133 kB in 1s (156 kB/s)
2025-08-20T22:16:56.0192254Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:16:56.0227924Z (Reading database ... 
2025-08-20T22:16:56.0228187Z (Reading database ... 5%
2025-08-20T22:16:56.0228388Z (Reading database ... 10%
2025-08-20T22:16:56.0230042Z (Reading database ... 15%
2025-08-20T22:16:56.0230257Z (Reading database ... 20%
2025-08-20T22:16:56.0230455Z (Reading database ... 25%
2025-08-20T22:16:56.0230652Z (Reading database ... 30%
2025-08-20T22:16:56.0230843Z (Reading database ... 35%
2025-08-20T22:16:56.0231038Z (Reading database ... 40%
2025-08-20T22:16:56.0231593Z (Reading database ... 45%
2025-08-20T22:16:56.0231839Z (Reading database ... 50%
2025-08-20T22:16:56.0251938Z (Reading database ... 55%
2025-08-20T22:16:56.0344199Z (Reading database ... 60%
2025-08-20T22:16:56.0385950Z (Reading database ... 65%
2025-08-20T22:16:56.0405164Z (Reading database ... 70%
2025-08-20T22:16:56.0432697Z (Reading database ... 75%
2025-08-20T22:16:56.0568976Z (Reading database ... 80%
2025-08-20T22:16:56.0647412Z (Reading database ... 85%
2025-08-20T22:16:56.0686593Z (Reading database ... 90%
2025-08-20T22:16:56.0801581Z (Reading database ... 95%
2025-08-20T22:16:56.0801817Z (Reading database ... 100%
2025-08-20T22:16:56.0802107Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:16:56.0842661Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:16:56.1093147Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:16:56.1896535Z Selecting previously unselected package sysfsutils.
2025-08-20T22:16:56.2069892Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:16:56.2165320Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:16:56.2996337Z Selecting previously unselected package lm-sensors.
2025-08-20T22:16:56.3197785Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:16:56.3491935Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:16:56.4375129Z Selecting previously unselected package virt-what.
2025-08-20T22:16:56.4570104Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:16:56.4634683Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:16:56.5426738Z Setting up virt-what (1.25-2) ...
2025-08-20T22:16:56.5742417Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:16:56.5965138Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:16:56.9358594Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:16:56.9358978Z 
2025-08-20T22:16:56.9359464Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:16:56.9359909Z 
2025-08-20T22:16:57.1889838Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:16:57.5124191Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:16:57.5124717Z 
2025-08-20T22:16:57.5218613Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:59.1967744Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:17:00.5825556Z Reading package lists...
2025-08-20T22:17:00.8444903Z Building dependency tree...
2025-08-20T22:17:00.8453680Z Reading state information...
2025-08-20T22:17:01.1182365Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:17:01.1183310Z The following additional packages will be installed:
2025-08-20T22:17:01.1185243Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:17:01.1185597Z   xorg-sgml-doctools
2025-08-20T22:17:01.1194250Z Suggested packages:
2025-08-20T22:17:01.1194433Z   libxcb-doc
2025-08-20T22:17:01.1370578Z The following NEW packages will be installed:
2025-08-20T22:17:01.1372825Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:17:01.1376281Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:17:01.1376635Z   xcb xorg-sgml-doctools
2025-08-20T22:17:01.4037894Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:17:01.4038256Z Need to get 816 kB of archives.
2025-08-20T22:17:01.4038549Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:17:01.4039459Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:17:01.5046994Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:17:01.6121228Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:17:02.2005406Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:17:02.3016227Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:17:02.4047012Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:17:02.5148595Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:17:02.6164625Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:17:02.7174489Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:17:02.8180312Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:17:02.9197952Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:17:03.2083081Z Fetched 816 kB in 2s (460 kB/s)
2025-08-20T22:17:03.2364338Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:17:03.2400963Z (Reading database ... 
2025-08-20T22:17:03.2401580Z (Reading database ... 5%
2025-08-20T22:17:03.2401813Z (Reading database ... 10%
2025-08-20T22:17:03.2402020Z (Reading database ... 15%
2025-08-20T22:17:03.2402217Z (Reading database ... 20%
2025-08-20T22:17:03.2402412Z (Reading database ... 25%
2025-08-20T22:17:03.2402606Z (Reading database ... 30%
2025-08-20T22:17:03.2402803Z (Reading database ... 35%
2025-08-20T22:17:03.2403022Z (Reading database ... 40%
2025-08-20T22:17:03.2403219Z (Reading database ... 45%
2025-08-20T22:17:03.2403414Z (Reading database ... 50%
2025-08-20T22:17:03.2426617Z (Reading database ... 55%
2025-08-20T22:17:03.2523120Z (Reading database ... 60%
2025-08-20T22:17:03.2565691Z (Reading database ... 65%
2025-08-20T22:17:03.2585108Z (Reading database ... 70%
2025-08-20T22:17:03.2614051Z (Reading database ... 75%
2025-08-20T22:17:03.2757769Z (Reading database ... 80%
2025-08-20T22:17:03.2841521Z (Reading database ... 85%
2025-08-20T22:17:03.2917255Z (Reading database ... 90%
2025-08-20T22:17:03.3005727Z (Reading database ... 95%
2025-08-20T22:17:03.3005964Z (Reading database ... 100%
2025-08-20T22:17:03.3006262Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:17:03.3049815Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:17:03.3111922Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:17:03.3690628Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:17:03.3861773Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:17:03.3924425Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:17:03.4629856Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:17:03.4800408Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:17:03.4917545Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:17:03.5783954Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:17:03.5978585Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:17:03.6040633Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:17:03.6679284Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:17:03.6868862Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:17:03.6937286Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:17:03.7599973Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:17:03.7792941Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:03.7853116Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:03.8489692Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:17:03.8670361Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:03.8733013Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:03.9482537Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:17:03.9663707Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:03.9798030Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:04.0469441Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:17:04.0645796Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:04.0709588Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:04.1358315Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:17:04.1556183Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:17:04.1668338Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:04.2497078Z Selecting previously unselected package xcb.
2025-08-20T22:17:04.2696596Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:17:04.2770202Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:17:04.3710036Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:04.3942005Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:17:04.4119855Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:17:04.4773178Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:17:04.5144919Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:17:04.5580670Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:17:06.1207278Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:17:06.1499341Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:17:06.1727312Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:17:06.1912786Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:17:06.2137473Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:06.2339704Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:06.2648225Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:06.2879049Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:17:07.7997387Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:08.4560526Z Collecting build
2025-08-20T22:17:08.5471475Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:17:08.6724839Z Collecting cffi
2025-08-20T22:17:08.6896909Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:17:08.7459225Z Collecting scons
2025-08-20T22:17:08.7656263Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:08.8094458Z Collecting scuba
2025-08-20T22:17:08.8263126Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:17:08.8975274Z Collecting pytest
2025-08-20T22:17:08.9128921Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:17:08.9562879Z Collecting packaging>=19.1 (from build)
2025-08-20T22:17:08.9712772Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:09.0086307Z Collecting pyproject_hooks (from build)
2025-08-20T22:17:09.0238585Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:17:09.0598996Z Collecting pycparser (from cffi)
2025-08-20T22:17:09.0750319Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:17:09.1464480Z Collecting PyYAML (from scuba)
2025-08-20T22:17:09.1625174Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:17:09.1990347Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:17:09.2146393Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:17:09.2541213Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:17:09.2695312Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:17:09.3172736Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:17:09.3325468Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:09.3604763Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:17:09.3880014Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:17:09.4589642Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:09.5510622Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 44.0 MB/s  0:00:00
2025-08-20T22:17:09.5676443Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:17:09.5969801Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:17:09.6337797Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:17:09.6570337Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:17:09.6819991Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:09.7064661Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:09.7230918Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 66.9 MB/s  0:00:00
2025-08-20T22:17:09.7392939Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:17:09.7656840Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:17:09.7938919Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:17:09.8085589Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 37.6 MB/s  0:00:00
2025-08-20T22:17:09.9064195Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:17:12.2376764Z 
2025-08-20T22:17:12.2391350Z 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:17:12.5544973Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:12.9909117Z Collecting ansi2txt
2025-08-20T22:17:13.0633259Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:17:13.1079555Z Collecting pipx
2025-08-20T22:17:13.1236723Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:13.1617091Z Collecting scons
2025-08-20T22:17:13.1628414Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:13.1867005Z Collecting py2static
2025-08-20T22:17:13.2032572Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:17:13.2445608Z Collecting typer
2025-08-20T22:17:13.2601369Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:17:13.3073865Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:17:13.3228821Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:13.3569217Z Collecting packaging>=20 (from pipx)
2025-08-20T22:17:13.3580330Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:13.3884047Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:17:13.4043376Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:17:13.4521722Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:17:13.4680229Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:13.5267987Z Collecting pyinstaller (from py2static)
2025-08-20T22:17:13.5444111Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:17:13.5922144Z Collecting staticx (from py2static)
2025-08-20T22:17:13.6094789Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:17:13.6612659Z   Preparing metadata (setup.py): started
2025-08-20T22:17:14.8196375Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:17:14.8479055Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:17:14.8634093Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:14.9133295Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:17:14.9291419Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:14.9647282Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:17:14.9802605Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:17:15.0360144Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:17:15.0517567Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:15.0949801Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:15.1119696Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:15.1495451Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:15.1506858Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:15.1787388Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:17:15.1943608Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:17:15.3115921Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:17:15.3272950Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:17:15.3646572Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:17:15.3812006Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:15.4332268Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:17:15.4498634Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:15.4864487Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:17:15.5032281Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:17:15.5308011Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:17:15.5577446Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:17:15.5725165Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:15.5922815Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:17:15.6174118Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:17:15.6460485Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:17:15.6749955Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:17:15.6890953Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:15.7044663Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:17:15.7310132Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:17:15.7555300Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:15.7717477Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:17:15.7969836Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:17:15.8230717Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:17:15.8487473Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:17:15.8747876Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:17:15.8997739Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:17:15.9295051Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 18.7 MB/s  0:00:00
2025-08-20T22:17:15.9451210Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:17:16.0204127Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:16.0481672Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 36.5 MB/s  0:00:00
2025-08-20T22:17:16.0636141Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:17:16.0904078Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:17:16.1337336Z Building wheels for collected packages: staticx
2025-08-20T22:17:16.1345098Z   Building wheel for staticx (setup.py): started
2025-08-20T22:17:44.7993890Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:17:44.8004180Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790698 sha256=ebbc9064be18a3ab012b7a2db4056a319845537ce4e7a4d9e88ce3d95f348030
2025-08-20T22:17:44.8005584Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:17:44.8021637Z Successfully built staticx
2025-08-20T22:17:44.8979176Z 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:17:45.7495881Z   Attempting uninstall: scons
2025-08-20T22:17:45.7567840Z     Found existing installation: SCons 4.9.1
2025-08-20T22:17:45.7853767Z     Uninstalling SCons-4.9.1:
2025-08-20T22:17:45.7916656Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:17:46.2959073Z   Attempting uninstall: pygments
2025-08-20T22:17:46.3031071Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:17:46.3193424Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:17:46.3217152Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:17:46.9360662Z   Attempting uninstall: packaging
2025-08-20T22:17:46.9430885Z     Found existing installation: packaging 25.0
2025-08-20T22:17:46.9450629Z     Uninstalling packaging-25.0:
2025-08-20T22:17:46.9457011Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:47.8634077Z 
2025-08-20T22:17:47.8659425Z 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:17:48.1709957Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:48.3591110Z Collecting build
2025-08-20T22:17:48.3602128Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:17:48.4438267Z Collecting cffi
2025-08-20T22:17:48.4448700Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:17:48.4701585Z Collecting scons
2025-08-20T22:17:48.4712199Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:48.4982051Z Collecting scuba
2025-08-20T22:17:48.4993763Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:17:48.5511560Z Collecting pytest
2025-08-20T22:17:48.5523102Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:17:48.5808953Z Collecting packaging>=19.1 (from build)
2025-08-20T22:17:48.5819925Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:48.6043923Z Collecting pyproject_hooks (from build)
2025-08-20T22:17:48.6054087Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:17:48.6288264Z Collecting pycparser (from cffi)
2025-08-20T22:17:48.6299749Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:17:48.6678037Z Collecting PyYAML (from scuba)
2025-08-20T22:17:48.6693996Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:17:48.6937988Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:17:48.6947387Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:17:48.7217274Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:17:48.7227850Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:17:48.7557053Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:17:48.7568124Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:48.7620136Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:17:48.7630047Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:17:48.7641758Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:48.7677548Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:17:48.7688063Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:17:48.7698923Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:17:48.7708562Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:17:48.7717197Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:48.7726654Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:48.7744418Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:17:48.7753688Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:17:48.7761500Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:17:48.8825508Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:17:48.8829842Z   Attempting uninstall: scons
2025-08-20T22:17:48.8900389Z     Found existing installation: SCons 4.9.1
2025-08-20T22:17:48.9188828Z     Uninstalling SCons-4.9.1:
2025-08-20T22:17:48.9253068Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:17:49.4217051Z   Attempting uninstall: PyYAML
2025-08-20T22:17:49.4296427Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:17:49.4316440Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:17:49.4323243Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:17:49.4865335Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:17:49.4933590Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:17:49.4947472Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:17:49.4952551Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:17:49.5100055Z   Attempting uninstall: pygments
2025-08-20T22:17:49.5167128Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:17:49.5321586Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:17:49.5345312Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:17:50.1059287Z   Attempting uninstall: pycparser
2025-08-20T22:17:50.1129167Z     Found existing installation: pycparser 2.22
2025-08-20T22:17:50.1148246Z     Uninstalling pycparser-2.22:
2025-08-20T22:17:50.1154168Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:17:50.2331165Z   Attempting uninstall: pluggy
2025-08-20T22:17:50.2399670Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:17:50.2415416Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:17:50.2420448Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:17:50.2631489Z   Attempting uninstall: packaging
2025-08-20T22:17:50.2702635Z     Found existing installation: packaging 25.0
2025-08-20T22:17:50.2721756Z     Uninstalling packaging-25.0:
2025-08-20T22:17:50.2727342Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:50.3135547Z   Attempting uninstall: iniconfig
2025-08-20T22:17:50.3207366Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:17:50.3220839Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:17:50.3225795Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:17:50.3374137Z   Attempting uninstall: scuba
2025-08-20T22:17:50.3440684Z     Found existing installation: scuba 2.14.1
2025-08-20T22:17:50.3458001Z     Uninstalling scuba-2.14.1:
2025-08-20T22:17:50.3465045Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:17:50.3700377Z   Attempting uninstall: pytest
2025-08-20T22:17:50.3774097Z     Found existing installation: pytest 8.4.1
2025-08-20T22:17:50.3821581Z     Uninstalling pytest-8.4.1:
2025-08-20T22:17:50.4026118Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:17:50.6065796Z   Attempting uninstall: cffi
2025-08-20T22:17:50.6132745Z     Found existing installation: cffi 1.17.1
2025-08-20T22:17:50.6157114Z     Uninstalling cffi-1.17.1:
2025-08-20T22:17:50.6346656Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:17:50.7061091Z   Attempting uninstall: build
2025-08-20T22:17:50.7132016Z     Found existing installation: build 1.3.0
2025-08-20T22:17:50.7151980Z     Uninstalling build-1.3.0:
2025-08-20T22:17:50.7159611Z       Successfully uninstalled build-1.3.0
2025-08-20T22:17:50.7394835Z 
2025-08-20T22:17:50.7417736Z 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:17:51.0384591Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:51.2235016Z Collecting ansi2txt
2025-08-20T22:17:51.2244966Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:17:51.2550204Z Collecting pipx
2025-08-20T22:17:51.2560305Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:51.2845003Z Collecting scons
2025-08-20T22:17:51.2855225Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:51.3077451Z Collecting py2static
2025-08-20T22:17:51.3087083Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:17:51.3365353Z Collecting typer
2025-08-20T22:17:51.3375428Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:17:51.3703428Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:17:51.3713338Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:51.3995114Z Collecting packaging>=20 (from pipx)
2025-08-20T22:17:51.4004968Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:51.4279168Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:17:51.4288561Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:17:51.4584520Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:17:51.4594608Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:51.5027045Z Collecting pyinstaller (from py2static)
2025-08-20T22:17:51.5038169Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:17:51.5295391Z Collecting staticx (from py2static)
2025-08-20T22:17:51.5304133Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:17:51.5438583Z   Preparing metadata (setup.py): started
2025-08-20T22:17:51.7363024Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:17:51.7658897Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:17:51.7669242Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:51.7956088Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:17:51.7966719Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:51.8322891Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:17:51.8332781Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:17:51.8748627Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:17:51.8758531Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:51.9066166Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:51.9076903Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:51.9416793Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:51.9427324Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:51.9665614Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:17:51.9675564Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:17:52.0653763Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:17:52.0663305Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:17:52.0995834Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:17:52.1005924Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:52.1335493Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:17:52.1345302Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:52.1635036Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:17:52.1644936Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:17:52.1675880Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:17:52.1684848Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:17:52.1693857Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:52.1726990Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:17:52.1735588Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:17:52.1744243Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:17:52.1753057Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:17:52.1762026Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:52.1771042Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:17:52.1780250Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:17:52.1790265Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:52.1806461Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:17:52.1815258Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:17:52.1823786Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:17:52.1832423Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:17:52.1841338Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:17:52.1850156Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:17:52.1863084Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:17:52.1874011Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:52.1889995Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:17:52.1898777Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:17:52.2202897Z Building wheels for collected packages: staticx
2025-08-20T22:17:52.2208998Z   Building wheel for staticx (setup.py): started
2025-08-20T22:17:54.6660945Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:17:54.6671653Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=743746a158b0efa4ebc1cc84d04e5afd945175516079ab10d0f2160b6ffb93d8
2025-08-20T22:17:54.6672638Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:17:54.6690769Z Successfully built staticx
2025-08-20T22:17:54.7678838Z 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:17:54.7680441Z   Attempting uninstall: pyelftools
2025-08-20T22:17:54.7747334Z     Found existing installation: pyelftools 0.32
2025-08-20T22:17:54.7785023Z     Uninstalling pyelftools-0.32:
2025-08-20T22:17:54.7797179Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:17:54.8862837Z   Attempting uninstall: altgraph
2025-08-20T22:17:54.8932774Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:17:54.8952059Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:17:54.8957305Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:17:54.9152061Z   Attempting uninstall: typing-extensions
2025-08-20T22:17:54.9220750Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:17:54.9233020Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:17:54.9421952Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:17:54.9705176Z   Attempting uninstall: staticx
2025-08-20T22:17:54.9776356Z     Found existing installation: staticx 0.14.1
2025-08-20T22:17:54.9796669Z     Uninstalling staticx-0.14.1:
2025-08-20T22:17:54.9804804Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:17:55.0102646Z   Attempting uninstall: shellingham
2025-08-20T22:17:55.0174744Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:17:55.0189909Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:17:55.0195292Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:17:55.0341039Z   Attempting uninstall: setuptools
2025-08-20T22:17:55.0409014Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:17:55.0607256Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:17:55.0827649Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:17:55.6708779Z   Attempting uninstall: scons
2025-08-20T22:17:55.6787247Z     Found existing installation: SCons 4.9.1
2025-08-20T22:17:55.7084830Z     Uninstalling SCons-4.9.1:
2025-08-20T22:17:55.7145903Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:17:56.2099389Z   Attempting uninstall: pygments
2025-08-20T22:17:56.2170119Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:17:56.2328922Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:17:56.2352037Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:17:56.8228949Z   Attempting uninstall: platformdirs
2025-08-20T22:17:56.8305275Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:17:56.8330859Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:17:56.8336291Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:17:56.8546574Z   Attempting uninstall: packaging
2025-08-20T22:17:56.8618279Z     Found existing installation: packaging 25.0
2025-08-20T22:17:56.8637420Z     Uninstalling packaging-25.0:
2025-08-20T22:17:56.8642715Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:56.9063046Z   Attempting uninstall: mdurl
2025-08-20T22:17:56.9130184Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:17:56.9144807Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:17:56.9149693Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:17:56.9362920Z   Attempting uninstall: click
2025-08-20T22:17:56.9434293Z     Found existing installation: click 8.2.1
2025-08-20T22:17:56.9452756Z     Uninstalling click-8.2.1:
2025-08-20T22:17:56.9458188Z       Successfully uninstalled click-8.2.1
2025-08-20T22:17:57.0092273Z   Attempting uninstall: argcomplete
2025-08-20T22:17:57.0165008Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:17:57.0188544Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:17:57.0197689Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:17:57.0469249Z   Attempting uninstall: ansi2txt
2025-08-20T22:17:57.0539614Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:17:57.0552962Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:17:57.0744733Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:17:57.0902537Z   Attempting uninstall: userpath
2025-08-20T22:17:57.0973044Z     Found existing installation: userpath 1.9.2
2025-08-20T22:17:57.0988746Z     Uninstalling userpath-1.9.2:
2025-08-20T22:17:57.0995725Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:17:57.1167411Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:17:57.1241378Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:17:57.1542466Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:17:57.1580959Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:17:57.3592979Z   Attempting uninstall: markdown-it-py
2025-08-20T22:17:57.3666387Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:17:57.3720817Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:17:57.3730540Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:17:57.4417139Z   Attempting uninstall: rich
2025-08-20T22:17:57.4491315Z     Found existing installation: rich 14.1.0
2025-08-20T22:17:57.4539670Z     Uninstalling rich-14.1.0:
2025-08-20T22:17:57.4547887Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:17:57.6106290Z   Attempting uninstall: pyinstaller
2025-08-20T22:17:57.6178361Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:17:57.6428961Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:17:57.6465711Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:17:57.9133451Z   Attempting uninstall: pipx
2025-08-20T22:17:57.9211732Z     Found existing installation: pipx 1.7.1
2025-08-20T22:17:57.9240409Z     Uninstalling pipx-1.7.1:
2025-08-20T22:17:57.9257914Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:17:57.9825484Z   Attempting uninstall: typer
2025-08-20T22:17:57.9898640Z     Found existing installation: typer 0.16.1
2025-08-20T22:17:57.9920703Z     Uninstalling typer-0.16.1:
2025-08-20T22:17:57.9928225Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:17:58.0333303Z   Attempting uninstall: py2static
2025-08-20T22:17:58.0401167Z     Found existing installation: py2static 0.0.1
2025-08-20T22:17:58.0418124Z     Uninstalling py2static-0.0.1:
2025-08-20T22:17:58.0426866Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:17:58.0567318Z 
2025-08-20T22:17:58.0591012Z 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:17:58.3619000Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:58.4658925Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:17:58.4663176Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-70lr36hl
2025-08-20T22:17:58.4682261Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-70lr36hl
2025-08-20T22:18:00.0692389Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:18:00.0727095Z   Installing build dependencies: started
2025-08-20T22:18:00.7398948Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:18:00.7408122Z   Getting requirements to build wheel: started
2025-08-20T22:18:01.0058706Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:18:01.0068518Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:18:01.2157920Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:18:01.3861856Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:18:01.3873044Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:18:01.4153405Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:18:01.4163178Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:18:01.4464330Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:18:01.4473838Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:18:01.4747109Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:18:01.4757690Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:18:01.4797070Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:18:01.4806366Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:18:01.4817907Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:18:01.4833583Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:18:01.4940479Z Building wheels for collected packages: pyinstaller
2025-08-20T22:18:01.4947415Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:18:04.6254494Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:18:04.6277690Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=e8ab3a676b1ac30b2cbaf8597b03afbbee20dbf322c9835c20fe7a1173ea3f32
2025-08-20T22:18:04.6278870Z   Stored in directory: /tmp/pip-ephem-wheel-cache-jc37o_e3/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:18:04.6316713Z Successfully built pyinstaller
2025-08-20T22:18:04.7117991Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:18:04.7120903Z   Attempting uninstall: altgraph
2025-08-20T22:18:04.7190863Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:18:04.7208675Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:18:04.7214688Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:18:04.7460749Z   Attempting uninstall: setuptools
2025-08-20T22:18:04.7529658Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:18:04.7732516Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:18:04.7959755Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:18:05.3931160Z   Attempting uninstall: packaging
2025-08-20T22:18:05.4016037Z     Found existing installation: packaging 25.0
2025-08-20T22:18:05.4035215Z     Uninstalling packaging-25.0:
2025-08-20T22:18:05.4040904Z       Successfully uninstalled packaging-25.0
2025-08-20T22:18:05.4489520Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:18:05.4566133Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:18:05.4870279Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:18:05.4910241Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:18:05.7014872Z   Attempting uninstall: pyinstaller
2025-08-20T22:18:05.7102010Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:18:05.7354338Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:18:05.7393175Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:18:06.0249039Z 
2025-08-20T22:18:06.0275863Z 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:18:06.2593408Z 6.15.0
2025-08-20T22:18:07.8684210Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:18:07.8696663Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:18:07.8697010Z 
2025-08-20T22:18:07.8697212Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:18:07.8697704Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:18:07.8698133Z installation.
2025-08-20T22:18:07.8698267Z 
2025-08-20T22:18:07.8698497Z If you installed the current Docker package using this script and are using it
2025-08-20T22:18:07.8698975Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:18:07.8699507Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:18:07.8699924Z files to match the parameters passed to the script.
2025-08-20T22:18:07.8700146Z 
2025-08-20T22:18:07.8700296Z You may press Ctrl+C now to abort this script.
2025-08-20T22:18:07.8880755Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:18:09.4335184Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:18:09.9886984Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:18:10.0002061Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:18:10.1500250Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:18:10.1515981Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:18:10.1523251Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:18:11.4785957Z + 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:18:22.5335703Z + sh -c 'docker version'
2025-08-20T22:18:22.5477684Z Client: Docker Engine - Community
2025-08-20T22:18:22.5478068Z  Version:           28.3.3
2025-08-20T22:18:22.5478569Z  API version:       1.51
2025-08-20T22:18:22.5479800Z  Go version:        go1.24.5
2025-08-20T22:18:22.5480306Z  Git commit:        980b856
2025-08-20T22:18:22.5480800Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:18:22.5481110Z  OS/Arch:           linux/arm64
2025-08-20T22:18:22.5481397Z  Context:           default
2025-08-20T22:18:22.5481607Z 
2025-08-20T22:18:22.5481724Z Server: Docker Engine - Community
2025-08-20T22:18:22.5481980Z  Engine:
2025-08-20T22:18:22.5482291Z   Version:          28.3.3
2025-08-20T22:18:22.5482568Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:18:22.5482919Z   Go version:       go1.24.5
2025-08-20T22:18:22.5483234Z   Git commit:       bea959c
2025-08-20T22:18:22.5483486Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:18:22.5484223Z   OS/Arch:          linux/arm64
2025-08-20T22:18:22.5484486Z   Experimental:     false
2025-08-20T22:18:22.5484700Z  containerd:
2025-08-20T22:18:22.5484952Z   Version:          1.7.27
2025-08-20T22:18:22.5485249Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:18:22.5485569Z  runc:
2025-08-20T22:18:22.5485814Z   Version:          1.2.5
2025-08-20T22:18:22.5486057Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:18:22.5486333Z  docker-init:
2025-08-20T22:18:22.5486593Z   Version:          0.19.0
2025-08-20T22:18:22.5486829Z   GitCommit:        de40ad0
2025-08-20T22:18:22.5494402Z 
2025-08-20T22:18:22.5495078Z ================================================================================
2025-08-20T22:18:22.5495341Z 
2025-08-20T22:18:22.5495805Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:18:22.5496262Z Docker daemon in rootless mode for your user:
2025-08-20T22:18:22.5496556Z 
2025-08-20T22:18:22.5496707Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:18:22.5496908Z 
2025-08-20T22:18:22.5497139Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:18:22.5497414Z 
2025-08-20T22:18:22.5497438Z 
2025-08-20T22:18:22.5497627Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:18:22.5498136Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:18:22.5498413Z 
2025-08-20T22:18:22.5498617Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:18:22.5499103Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:18:22.5499571Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:18:22.5499845Z 
2025-08-20T22:18:22.5499978Z ================================================================================
2025-08-20T22:18:22.5500160Z 
2025-08-20T22:18:33.5645694Z ● docker.service - Docker Application Container Engine
2025-08-20T22:18:33.5646986Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:18:33.5647532Z      Active: active (running) since Wed 2025-08-20 22:18:23 UTC; 10s ago
2025-08-20T22:18:33.5648455Z TriggeredBy: ● docker.socket
2025-08-20T22:18:33.5648826Z        Docs: https://docs.docker.com
2025-08-20T22:18:33.5649105Z    Main PID: 20565 (dockerd)
2025-08-20T22:18:33.5649371Z       Tasks: 10
2025-08-20T22:18:33.5649648Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T22:18:33.5649903Z         CPU: 264ms
2025-08-20T22:18:33.5650178Z      CGroup: /system.slice/docker.service
2025-08-20T22:18:33.5653259Z              └─20565 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:18:33.5653821Z 
2025-08-20T22:18:33.5654205Z Aug 20 22:18:22 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:22.918221326Z" level=info msg="Loading containers: start."
2025-08-20T22:18:33.5655472Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.457274192Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 9d0e5e1076e827307348d5fc9cffd14c5cf4fc57a82c16af74c10bf0864bbabd], retrying...."
2025-08-20T22:18:33.5656654Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.500267548Z" level=info msg="Loading containers: done."
2025-08-20T22:18:33.5657748Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528493965Z" 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:18:33.5659119Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528594688Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:18:33.5660046Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528633537Z" level=info msg="Initializing buildkit"
2025-08-20T22:18:33.5660779Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.545470985Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:18:33.5661536Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.548380025Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:18:33.5662279Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.548424179Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:18:33.5662982Z Aug 20 22:18:23 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:18:33.5742780Z ● docker.service - Docker Application Container Engine
2025-08-20T22:18:33.5743914Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:18:33.5744449Z      Active: active (running) since Wed 2025-08-20 22:18:23 UTC; 10s ago
2025-08-20T22:18:33.5744993Z TriggeredBy: ● docker.socket
2025-08-20T22:18:33.5745379Z        Docs: https://docs.docker.com
2025-08-20T22:18:33.5745673Z    Main PID: 20565 (dockerd)
2025-08-20T22:18:33.5745902Z       Tasks: 10
2025-08-20T22:18:33.5746182Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T22:18:33.5746434Z         CPU: 264ms
2025-08-20T22:18:33.5746691Z      CGroup: /system.slice/docker.service
2025-08-20T22:18:33.5747302Z              └─20565 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:18:33.5747627Z 
2025-08-20T22:18:33.5747939Z Aug 20 22:18:22 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:22.918221326Z" level=info msg="Loading containers: start."
2025-08-20T22:18:33.5749124Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.457274192Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 9d0e5e1076e827307348d5fc9cffd14c5cf4fc57a82c16af74c10bf0864bbabd], retrying...."
2025-08-20T22:18:33.5750291Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.500267548Z" level=info msg="Loading containers: done."
2025-08-20T22:18:33.5751458Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528493965Z" 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:18:33.5753029Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528594688Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:18:33.5754055Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528633537Z" level=info msg="Initializing buildkit"
2025-08-20T22:18:33.5754794Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.545470985Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:18:33.5755572Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.548380025Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:18:33.5756295Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.548424179Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:18:33.5757008Z Aug 20 22:18:23 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:18:33.5927126Z ● docker.service - Docker Application Container Engine
2025-08-20T22:18:33.5927827Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:18:33.5928346Z      Active: active (running) since Wed 2025-08-20 22:18:23 UTC; 10s ago
2025-08-20T22:18:33.5928886Z TriggeredBy: ● docker.socket
2025-08-20T22:18:33.5929272Z        Docs: https://docs.docker.com
2025-08-20T22:18:33.5929610Z    Main PID: 20565 (dockerd)
2025-08-20T22:18:33.5929866Z       Tasks: 10
2025-08-20T22:18:33.5930142Z      Memory: 20.6M (peak: 24.1M)
2025-08-20T22:18:33.5930401Z         CPU: 264ms
2025-08-20T22:18:33.5930630Z      CGroup: /system.slice/docker.service
2025-08-20T22:18:33.5931266Z              └─20565 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:18:33.5931592Z 
2025-08-20T22:18:33.5931907Z Aug 20 22:18:22 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:22.918221326Z" level=info msg="Loading containers: start."
2025-08-20T22:18:33.5933104Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.457274192Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 9d0e5e1076e827307348d5fc9cffd14c5cf4fc57a82c16af74c10bf0864bbabd], retrying...."
2025-08-20T22:18:33.5934905Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.500267548Z" level=info msg="Loading containers: done."
2025-08-20T22:18:33.5936327Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528493965Z" 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:18:33.5937793Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528594688Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:18:33.5938684Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.528633537Z" level=info msg="Initializing buildkit"
2025-08-20T22:18:33.5939366Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.545470985Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:18:33.5940147Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.548380025Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:18:33.5940877Z Aug 20 22:18:23 runnervmdbl46 dockerd[20565]: time="2025-08-20T22:18:23.548424179Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:18:33.5941555Z Aug 20 22:18:23 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:18:33.6021213Z Docker version 28.3.3, build 980b856
2025-08-20T22:18:33.6181138Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:18:34.3837897Z latest: Pulling from library/hello-world
2025-08-20T22:18:34.5647474Z 198f93fd5094: Pulling fs layer
2025-08-20T22:18:34.9088003Z 198f93fd5094: Verifying Checksum
2025-08-20T22:18:34.9427179Z 198f93fd5094: Download complete
2025-08-20T22:18:34.9427536Z 198f93fd5094: Pull complete
2025-08-20T22:18:34.9705696Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:18:34.9805748Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:18:35.6392651Z 
2025-08-20T22:18:35.6393189Z Hello from Docker!
2025-08-20T22:18:35.6393868Z This message shows that your installation appears to be working correctly.
2025-08-20T22:18:35.6394182Z 
2025-08-20T22:18:35.6394501Z To generate this message, Docker took the following steps:
2025-08-20T22:18:35.6394880Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:18:35.6395275Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:18:35.6395711Z     (arm64v8)
2025-08-20T22:18:35.6396040Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:18:35.6396481Z     executable that produces the output you are currently reading.
2025-08-20T22:18:35.6396989Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:18:35.6397370Z     to your terminal.
2025-08-20T22:18:35.6397511Z 
2025-08-20T22:18:35.6397715Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:18:35.6398132Z  $ docker run -it ubuntu bash
2025-08-20T22:18:35.6398287Z 
2025-08-20T22:18:35.6398479Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:18:35.6398887Z  https://hub.docker.com/
2025-08-20T22:18:35.6399034Z 
2025-08-20T22:18:35.6399151Z For more examples and ideas, visit:
2025-08-20T22:18:35.6399441Z  https://docs.docker.com/get-started/
2025-08-20T22:18:35.6399700Z 
2025-08-20T22:18:35.8098496Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:18:35.8099044Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:18:35.8099502Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:18:35.8100050Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:18:35.8100602Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:18:35.8101065Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:18:35.8101479Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:18:35.8102286Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:18:35.8102705Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:18:35.8164453Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:18:35.8171306Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:18:35.8171715Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:18:35.8172098Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:18:35.8172524Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:18:35.8172919Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:18:35.8173319Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:18:35.8173962Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:18:35.8174329Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:18:35.8174711Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:18:35.8175171Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:18:35.8175613Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:18:35.8176002Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:18:35.8176853Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:18:35.8177246Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:18:35.8177597Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:18:35.8177987Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:18:35.8178413Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:18:35.8178826Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:18:35.8179233Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:18:35.8179649Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:18:35.8180066Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:18:35.8180485Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:18:35.8180914Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:18:35.8181332Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:18:35.8181772Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:18:35.8182196Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:18:35.8182595Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:18:35.8183007Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:18:35.8184862Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:18:35.8185294Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:18:35.8185721Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:18:35.8186138Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:18:35.8186549Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:18:35.8186942Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:18:35.8187396Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:18:35.8187868Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:18:35.8188337Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:18:35.8189089Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:18:35.8189547Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:18:35.8189966Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:18:35.8190387Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:18:35.8190799Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:18:35.8191213Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:18:35.8191610Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:18:35.8191973Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:18:35.8192329Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:18:35.8192700Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:18:35.8193097Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:18:35.8193721Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:18:35.8194129Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:18:35.8194539Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:18:35.8195187Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:18:35.8195613Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:18:35.8196024Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:18:35.8196446Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:18:35.8196876Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:18:35.8197421Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:18:35.8197815Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:18:35.8198253Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:18:35.8198749Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:18:35.8199245Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:18:35.8199708Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:18:35.8200127Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:18:35.8200512Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:18:35.8200906Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:18:35.8201305Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:18:35.8201703Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:18:35.8202160Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:18:35.8202657Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:18:35.8203162Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:18:35.8203831Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:18:35.8204286Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:18:35.8204685Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:18:35.8205073Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:18:35.8205479Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:18:35.8206104Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:18:35.8206517Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:18:35.8206943Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:18:35.8207366Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:18:35.8207748Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:18:35.8208124Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:18:35.8208527Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:18:35.8208931Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:18:35.8209305Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:18:35.8209674Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:18:35.8210072Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:18:35.8210458Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:18:35.8210801Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:18:35.8211181Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:18:35.8211587Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:18:35.8212118Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:18:35.8212480Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:18:35.8212842Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:18:35.8213216Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:18:35.8213779Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:18:35.8214186Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:18:35.8214580Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:18:35.8214962Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:18:35.8215340Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:18:35.8215738Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:18:35.8216138Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:18:35.8216508Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:18:35.8216862Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:18:35.8217208Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:18:35.8217562Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:18:35.8217926Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:18:35.8218278Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:18:35.8218644Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:18:35.8219041Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:18:35.8219470Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:18:35.8219908Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:18:35.8220308Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:18:35.8220696Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:18:35.8221086Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:18:35.8221470Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:18:35.8221873Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:18:35.8222509Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:18:35.8222913Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:18:35.8223305Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:18:35.8224190Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:18:35.8224643Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:18:35.8225072Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:18:35.8225460Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:18:35.8225851Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:18:35.8226260Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:18:35.8226672Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:18:35.8227076Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:18:35.8227463Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:18:35.8227861Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:18:35.8228264Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:18:35.8228835Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:18:35.8229191Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:18:35.8229555Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:18:35.8229950Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:18:35.8230344Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:18:35.8230750Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:18:35.8231138Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:18:35.8231507Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:18:35.8231879Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:18:35.8232258Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:18:35.8232650Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:18:35.8233070Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:18:35.8233847Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:18:35.8234267Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:18:35.8234645Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:18:35.8235033Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:18:35.8235461Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:18:35.8235874Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:18:35.8236228Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:18:35.8236570Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:18:35.8236990Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:18:35.8237418Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:18:35.8237825Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:18:35.8238206Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:18:35.8238583Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:18:35.8238964Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:18:35.8239619Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:18:35.8240152Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:18:35.8240565Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:18:35.8240932Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:18:35.8241295Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:18:35.8241738Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:18:35.8242238Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:18:35.8242679Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:18:35.8243056Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:18:35.8243992Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:18:35.8244547Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:18:35.8245049Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:18:35.8245485Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:18:35.8246043Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:18:35.8246431Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:18:35.8246841Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:18:35.8247256Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:18:35.8247662Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:18:35.8248034Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:18:35.8248415Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:18:35.8248813Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:18:35.8249209Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:18:35.8249607Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:18:35.8250009Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:18:35.8250400Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:18:35.8250789Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:18:35.8251207Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:18:35.8251656Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:18:35.8252084Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:18:35.8252477Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:18:35.8252854Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:18:35.8253233Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:18:35.8253802Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:18:35.8254215Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:18:35.8254639Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:18:35.8255103Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:18:35.8255549Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:18:35.8255954Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:18:35.8256534Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:18:35.8256949Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:18:35.8257328Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:18:35.8257697Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:18:35.8258081Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:18:35.8258463Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:18:35.8258906Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:18:35.8259378Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:18:35.8259835Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:18:35.8260353Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:18:35.8260867Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:18:35.8261371Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:18:35.8261814Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:18:35.8262178Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:18:35.8262669Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:18:35.8263048Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:18:35.8263429Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:18:35.8263951Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:18:35.8264335Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:18:35.8264721Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:18:35.8265109Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:18:35.8265486Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:18:35.8265863Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:18:35.8266260Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:18:35.8266651Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:18:35.8267069Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:18:35.8267507Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:18:35.8267929Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:18:35.8268344Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:18:35.8268792Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:18:35.8269208Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:18:35.8269632Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:18:35.8270026Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:18:35.8270388Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:18:35.8270902Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8271422Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:18:35.8271795Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:18:35.8272169Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:18:35.8272533Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:18:35.8273142Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:18:35.8273745Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:18:35.8274177Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:18:35.8274609Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:18:35.8275011Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:18:35.8275426Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:18:35.8275851Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:18:35.8276260Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:18:35.8276652Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:18:35.8277082Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:18:35.8277574Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:18:35.8278072Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:18:35.8278522Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:18:35.8278936Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:18:35.8279847Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:18:35.8280345Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:18:35.8280832Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:18:35.8281241Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:18:35.8281674Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:18:35.8282134Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:18:35.8282542Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:18:35.8282902Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:18:35.8283249Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:18:35.8283773Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:18:35.8284188Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:18:35.8284557Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:18:35.8284912Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:18:35.8285282Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:18:35.8285766Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:18:35.8286125Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:18:35.8286499Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:18:35.8286857Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:18:35.8287231Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:18:35.8287617Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:18:35.8287977Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:18:35.8288342Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:18:35.8288703Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:18:35.8289071Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:18:35.8289444Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:18:35.8289810Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:18:35.8290496Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:18:35.8290897Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:18:35.8291329Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:18:35.8291764Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:18:35.8292171Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:18:35.8292540Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:18:35.8292920Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:18:35.8293347Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:18:35.8293954Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:18:35.8294317Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:18:35.8294687Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:18:35.8295046Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:18:35.8295390Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:18:35.8295736Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:18:35.8296092Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:18:35.8296638Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:18:35.8296999Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:18:35.8297341Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:18:35.8297674Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:18:35.8298053Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:18:35.8298454Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:18:35.8298855Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:18:35.8299255Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:18:35.8299652Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:18:35.8300069Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:18:35.8300576Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:18:35.8301190Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:18:35.8301816Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:18:35.8302355Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:18:35.8302830Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:18:35.8303284Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:18:35.8304071Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:18:35.8304707Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:18:35.8305274Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:18:35.8305765Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:18:35.8306208Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:18:35.8306577Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:18:35.8306951Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:18:35.8307515Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:18:35.8307921Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:18:35.8308308Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:18:35.8308697Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:18:35.8309085Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:18:35.8309471Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:18:35.8309857Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:18:35.8310233Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:18:35.8310610Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:18:35.8310984Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:18:35.8311376Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:18:35.8311775Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:18:35.8312187Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:18:35.8312599Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:18:35.8312967Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:18:35.8313704Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:18:35.8314139Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:18:35.8314551Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:18:35.8314987Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:18:35.8315408Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:18:35.8315780Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:18:35.8316147Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:18:35.8316526Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:18:35.8316895Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:18:35.8317284Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:18:35.8317678Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:18:35.8318087Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:18:35.8318470Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:18:35.8318833Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:18:35.8319209Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:18:35.8319759Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8320478Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8321165Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8321831Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8322364Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:18:35.8322748Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:18:35.8323156Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:18:35.8323703Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:18:35.8324086Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:18:35.8324657Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:18:35.8325036Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:18:35.8325414Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:18:35.8325793Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:18:35.8326173Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:18:35.8326550Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:18:35.8326936Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:18:35.8327339Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:18:35.8327738Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:18:35.8328136Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:18:35.8328526Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:18:35.8328905Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:18:35.8329297Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:18:35.8329702Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:18:35.8330100Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:18:35.8330666Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:18:35.8331060Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:18:35.8331481Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:18:35.8331909Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:18:35.8332312Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:18:35.8332757Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:18:35.8333213Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:18:35.8333763Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:18:35.8334133Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:18:35.8334517Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:18:35.8334918Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:18:35.8335329Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:18:35.8335734Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:18:35.8336110Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:18:35.8336506Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:18:35.8336979Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:18:35.8337449Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:18:35.8337849Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:18:35.8338256Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:18:35.8338714Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:18:35.8339162Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:18:35.8339633Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:18:35.8340122Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:18:35.8340761Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:18:35.8341216Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:18:35.8341618Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:18:35.8342008Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:18:35.8342426Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:18:35.8342815Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:18:35.8343186Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:18:35.8343861Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:18:35.8344278Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:18:35.8344679Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:18:35.8345102Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:18:35.8345496Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:18:35.8345869Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:18:35.8346235Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:18:35.8346591Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:18:35.8347153Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:18:35.8347571Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:18:35.8347965Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:18:35.8348416Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:18:35.8348870Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:18:35.8349276Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:18:35.8349714Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:18:35.8350134Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:18:35.8350543Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:18:35.8350954Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:18:35.8351321Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:18:35.8351684Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:18:35.8352075Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:18:35.8352473Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:18:35.8352855Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:18:35.8353217Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:18:35.8353756Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:18:35.8354114Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:18:35.8354606Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:18:35.8355114Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:18:35.8355501Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:18:35.8355886Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:18:35.8356284Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:18:35.8356693Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:18:35.8357103Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:18:35.8357771Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:18:35.8358207Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:18:35.8358621Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:18:35.8358998Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:18:35.8359366Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:18:35.8359732Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:18:35.8360110Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:18:35.8360531Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:18:35.8360961Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:18:35.8361358Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:18:35.8361786Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:18:35.8362231Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:18:35.8362631Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:18:35.8362996Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:18:35.8363344Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:18:35.8364001Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:18:35.8364367Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:18:35.8364741Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:18:35.8365117Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:18:35.8365518Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:18:35.8365940Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:18:35.8366405Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:18:35.8366844Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:18:35.8367217Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:18:35.8367604Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:18:35.8368047Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:18:35.8368436Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:18:35.8368817Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:18:35.8369193Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:18:35.8369634Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:18:35.8370128Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:18:35.8370555Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:18:35.8370932Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:18:35.8371309Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:18:35.8371706Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:18:35.8372105Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:18:35.8372483Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:18:35.8372883Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:18:35.8373264Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:18:35.8373772Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:18:35.8374355Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:18:35.8374780Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:18:35.8375204Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:18:35.8375582Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:18:35.8375966Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:18:35.8376416Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:18:35.8376860Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:18:35.8377288Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:18:35.8377679Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:18:35.8378196Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8378706Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:18:35.8379097Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:18:35.8379508Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:18:35.8379936Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:18:35.8380609Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:18:35.8381193Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:18:35.8381801Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:18:35.8382448Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:18:35.8383101Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:18:35.8383978Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:18:35.8384617Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:18:35.8385201Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:18:35.8385688Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:18:35.8386131Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:18:35.8386563Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:18:35.8386991Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:18:35.8387469Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:18:35.8387899Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:18:35.8388278Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:18:35.8388647Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:18:35.8389028Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:18:35.8389416Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:18:35.8389823Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:18:35.8390235Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:18:35.8390599Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:18:35.8390988Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:18:35.8391661Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:18:35.8392187Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:18:35.8392676Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:18:35.8393165Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:18:35.8393783Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:18:35.8394229Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:18:35.8394646Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:18:35.8395062Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:18:35.8395494Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:18:35.8395922Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:18:35.8396314Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:18:35.8396695Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:18:35.8397071Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:18:35.8397448Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:18:35.8398059Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:18:35.8398499Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:18:35.8398903Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:18:35.8399320Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:18:35.8399751Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:18:35.8400202Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:18:35.8400649Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:18:35.8401087Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:18:35.8401486Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:18:35.8401858Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:18:35.8402253Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:18:35.8402620Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:18:35.8402993Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:18:35.8403397Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:18:35.8403972Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:18:35.8404410Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:18:35.8404883Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:18:35.8405343Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:18:35.8405737Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:18:35.8406088Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:18:35.8406465Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:18:35.8406859Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:18:35.8407247Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:18:35.8407642Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:18:35.8408072Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:18:35.8408732Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:18:35.8409185Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:18:35.8409573Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:18:35.8409975Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:18:35.8410518Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:35.8411105Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:18:35.8411562Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:18:35.8412009Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:18:35.8412431Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:18:35.8412833Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:18:35.8413226Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:18:35.8413761Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:18:35.8414171Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:18:35.8414576Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:18:35.8415117Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:18:35.8415515Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:18:35.8415919Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:18:35.8416295Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:18:35.8416703Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:18:35.8417170Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:18:35.8417596Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:18:35.8417973Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:18:35.8418349Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:18:35.8418742Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:18:35.8419120Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:18:35.8419489Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:18:35.8419918Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:18:35.8420369Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:18:35.8420782Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:18:35.8421178Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:18:35.8421575Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:18:35.8421960Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:18:35.8422337Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:18:35.8422730Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:18:35.8423135Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:18:35.8423836Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:18:35.8424302Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:18:35.8424725Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:18:35.8425504Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:18:35.8425930Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:18:35.8426358Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:18:35.8426749Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:18:35.8427106Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:18:35.8427458Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:18:35.8427821Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:18:35.8428193Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:18:35.8428547Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:18:35.8428918Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:18:35.8429316Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:18:35.8429702Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:18:35.8430059Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:18:35.8430409Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:18:35.8430789Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:18:35.8431340Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:18:35.8431717Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:18:35.8432082Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:18:35.8432442Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:18:35.8432826Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:18:35.8433205Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:18:35.8433715Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:18:35.8434098Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:18:35.8434492Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:18:35.8434874Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:18:35.8435253Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:18:35.8435634Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:18:35.8436016Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:18:35.8436421Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:18:35.8436846Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:18:35.8437249Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:18:35.8437604Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:18:35.8437954Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:18:35.8438297Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:18:35.8438718Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:18:35.8439222Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:18:35.8439731Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:18:35.8440210Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:18:35.8440722Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:18:35.8441160Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:18:35.8441767Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:18:35.8442177Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:18:35.8442568Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:18:35.8442954Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:18:35.8443336Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:18:35.8443978Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:18:35.8444359Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:18:35.8444750Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:18:35.8445190Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:18:35.8445623Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:18:35.8446004Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:18:35.8446405Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:18:35.8446824Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:18:35.8447206Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:18:35.8447555Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:18:35.8448108Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:18:35.8448559Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:18:35.8449023Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:18:35.8449435Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:18:35.8449854Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:18:35.8450285Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:18:35.8450718Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:18:35.9008108Z [+] Installing Go for linux-arm64...
2025-08-20T22:18:37.1930028Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:18:37.1930361Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:18:37.1931790Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:18:37.1940879Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:18:37.1942738Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:18:37.1943110Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:18:37.2167347Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:18:37.2167810Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:18:37.2168290Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:18:37.2168749Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:18:37.2169188Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:18:37.2169649Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:18:37.2170115Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:18:37.2170582Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:18:37.2171020Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:18:37.2171484Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:18:37.2171919Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:18:37.2172746Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:18:37.2173246Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:18:37.2173864Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:18:37.2174313Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:18:37.2174764Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:18:37.2175236Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:18:37.2175691Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:18:37.2176139Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:18:37.2176555Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:18:37.2176899Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:18:37.2177225Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:18:37.2177554Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:18:37.2177887Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:18:37.2178224Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:18:37.2212380Z go version go1.22.2 linux/arm64
2025-08-20T22:18:37.2512823Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:18:37.2513205Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:18:37.2513659Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:18:37.2514028Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:18:37.2514393Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:18:37.2514751Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:18:37.2515143Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:18:37.2515503Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:18:37.2515851Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:18:37.2516180Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:18:37.2516534Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:18:37.2516917Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:18:37.2517316Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:18:37.2517722Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:18:37.2518119Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:18:37.2518523Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:18:37.2518930Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:18:37.2519300Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:18:37.2519681Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:18:37.2520139Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:18:37.2520584Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:18:37.2520973Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:18:37.2521584Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:18:37.2521984Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:18:37.2522336Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:18:37.2522728Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:18:37.2523157Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:18:37.2524292Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:18:37.2524733Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:18:37.2525147Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:18:37.2525567Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:18:37.2525994Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:18:37.2526419Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:18:37.2526835Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:18:37.2527272Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:18:37.2527702Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:18:37.2528110Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:18:37.2528518Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:18:37.2528908Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:18:37.2529317Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:18:37.2529741Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:18:37.2530352Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:18:37.2530759Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:18:37.2531155Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:18:37.2531609Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:18:37.2532082Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:18:37.2532556Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:18:37.2533043Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:18:37.2533484Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:18:37.2534150Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:18:37.2534580Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:18:37.2534987Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:18:37.2535398Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:18:37.2535798Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:18:37.2536170Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:18:37.2536522Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:18:37.2536895Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:18:37.2537289Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:18:37.2537691Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:18:37.2538070Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:18:37.2538483Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:18:37.2538918Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:18:37.2539341Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:18:37.2539752Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:18:37.2540171Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:18:37.2540837Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:18:37.2541288Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:18:37.2541686Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:18:37.2542121Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:18:37.2542617Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:18:37.2543121Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:18:37.2543709Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:18:37.2544128Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:18:37.2544521Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:18:37.2544914Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:18:37.2545320Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:18:37.2545714Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:18:37.2546171Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:18:37.2546675Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:18:37.2547345Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:18:37.2547838Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:18:37.2548317Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:18:37.2548720Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:18:37.2549113Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:18:37.2549524Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:18:37.2549921Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:18:37.2550309Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:18:37.2550733Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:18:37.2551153Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:18:37.2551541Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:18:37.2551916Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:18:37.2552323Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:18:37.2552734Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:18:37.2553112Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:18:37.2553482Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:18:37.2554054Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:18:37.2554445Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:18:37.2554789Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:18:37.2555168Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:18:37.2555579Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:18:37.2555965Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:18:37.2556333Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:18:37.2556698Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:18:37.2557071Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:18:37.2557823Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:18:37.2558245Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:18:37.2558640Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:18:37.2559024Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:18:37.2559405Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:18:37.2559808Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:18:37.2560210Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:18:37.2560578Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:18:37.2560933Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:18:37.2561281Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:18:37.2561636Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:18:37.2562001Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:18:37.2562353Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:18:37.2562723Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:18:37.2563127Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:18:37.2563860Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:18:37.2564296Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:18:37.2564704Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:18:37.2565096Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:18:37.2565483Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:18:37.2565868Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:18:37.2566272Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:18:37.2566683Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:18:37.2567067Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:18:37.2567465Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:18:37.2567883Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:18:37.2568321Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:18:37.2568752Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:18:37.2569144Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:18:37.2569534Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:18:37.2569946Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:18:37.2570359Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:18:37.2570767Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:18:37.2571160Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:18:37.2571558Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:18:37.2571966Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:18:37.2572350Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:18:37.2572707Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:18:37.2573083Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:18:37.2573483Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:18:37.2574018Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:18:37.2574700Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:18:37.2575108Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:18:37.2575504Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:18:37.2575878Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:18:37.2576264Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:18:37.2576651Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:18:37.2577072Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:18:37.2577516Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:18:37.2577912Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:18:37.2578283Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:18:37.2578679Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:18:37.2579100Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:18:37.2579512Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:18:37.2579863Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:18:37.2580353Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:18:37.2580771Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:18:37.2581200Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:18:37.2581613Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:18:37.2581995Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:18:37.2582380Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:18:37.2582768Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:18:37.2583194Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:18:37.2583884Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:18:37.2584308Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:18:37.2584684Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:18:37.2585042Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:18:37.2585485Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:18:37.2585985Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:18:37.2586422Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:18:37.2586798Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:18:37.2587263Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:18:37.2587798Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:18:37.2588301Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:18:37.2588746Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:18:37.2589105Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:18:37.2589484Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:18:37.2589892Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:18:37.2590311Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:18:37.2590713Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:18:37.2591342Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:18:37.2591732Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:18:37.2592129Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:18:37.2592529Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:18:37.2592934Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:18:37.2593332Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:18:37.2593920Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:18:37.2594315Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:18:37.2594734Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:18:37.2595182Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:18:37.2595615Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:18:37.2596005Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:18:37.2596378Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:18:37.2596753Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:18:37.2597299Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:18:37.2597688Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:18:37.2598109Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:18:37.2598577Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:18:37.2599023Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:18:37.2599428Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:18:37.2599818Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:18:37.2600200Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:18:37.2600575Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:18:37.2600947Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:18:37.2601337Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:18:37.2601723Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:18:37.2602168Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:18:37.2602643Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:18:37.2603106Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:18:37.2603797Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:18:37.2604341Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:18:37.2604847Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:18:37.2605286Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:18:37.2605655Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:18:37.2606020Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:18:37.2606400Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:18:37.2606776Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:18:37.2607144Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:18:37.2607525Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:18:37.2608131Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:18:37.2608546Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:18:37.2608921Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:18:37.2609294Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:18:37.2609689Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:18:37.2610086Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:18:37.2610501Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:18:37.2610941Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:18:37.2611362Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:18:37.2611773Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:18:37.2612179Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:18:37.2612591Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:18:37.2613015Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:18:37.2613406Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:18:37.2614046Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:18:37.2614555Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2615070Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:18:37.2615439Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:18:37.2615810Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:18:37.2616180Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:18:37.2616580Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:18:37.2617015Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:18:37.2617444Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:18:37.2617876Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:18:37.2618285Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:18:37.2618688Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:18:37.2619112Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:18:37.2619522Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:18:37.2619917Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:18:37.2620350Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:18:37.2620845Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:18:37.2621343Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:18:37.2621794Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:18:37.2622211Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:18:37.2622615Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:18:37.2623094Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:18:37.2623794Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:18:37.2624234Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:18:37.2624917Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:18:37.2625393Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:18:37.2625796Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:18:37.2626156Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:18:37.2626505Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:18:37.2626878Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:18:37.2627261Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:18:37.2627629Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:18:37.2627980Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:18:37.2628350Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:18:37.2628716Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:18:37.2629075Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:18:37.2629451Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:18:37.2629807Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:18:37.2630183Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:18:37.2630570Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:18:37.2631112Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:18:37.2631476Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:18:37.2631835Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:18:37.2632203Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:18:37.2632575Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:18:37.2632946Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:18:37.2633307Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:18:37.2633831Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:18:37.2634256Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:18:37.2634691Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:18:37.2635107Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:18:37.2635474Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:18:37.2635858Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:18:37.2636280Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:18:37.2636678Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:18:37.2637044Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:18:37.2637411Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:18:37.2637772Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:18:37.2638116Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:18:37.2638463Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:18:37.2638822Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:18:37.2639195Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:18:37.2639553Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:18:37.2639900Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:18:37.2640231Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:18:37.2640610Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:18:37.2641247Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:18:37.2641660Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:18:37.2642061Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:18:37.2642455Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:18:37.2642879Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:18:37.2643382Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:18:37.2644147Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:18:37.2644772Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:18:37.2645311Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:18:37.2645787Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:18:37.2646242Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:18:37.2646767Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:18:37.2647386Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:18:37.2648099Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:18:37.2648643Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:18:37.2649088Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:18:37.2649460Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:18:37.2649872Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:18:37.2650245Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:18:37.2650631Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:18:37.2651021Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:18:37.2651409Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:18:37.2651804Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:18:37.2652192Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:18:37.2652581Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:18:37.2652961Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:18:37.2653341Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:18:37.2653849Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:18:37.2654248Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:18:37.2654644Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:18:37.2655059Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:18:37.2655474Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:18:37.2655848Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:18:37.2656239Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:18:37.2656652Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:18:37.2657061Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:18:37.2657499Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:18:37.2658129Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:18:37.2658525Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:18:37.2658895Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:18:37.2659279Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:18:37.2659647Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:18:37.2660039Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:18:37.2660432Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:18:37.2660817Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:18:37.2661201Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:18:37.2661563Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:18:37.2661929Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:18:37.2662480Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2663193Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2664035Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2664863Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2665392Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:18:37.2665780Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:18:37.2666186Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:18:37.2666592Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:18:37.2666973Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:18:37.2667352Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:18:37.2667716Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:18:37.2668094Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:18:37.2668479Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:18:37.2668854Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:18:37.2669233Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:18:37.2669621Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:18:37.2670017Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:18:37.2670421Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:18:37.2670824Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:18:37.2671213Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:18:37.2671595Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:18:37.2671983Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:18:37.2672391Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:18:37.2672795Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:18:37.2673191Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:18:37.2673733Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:18:37.2674163Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:18:37.2674598Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:18:37.2675217Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:18:37.2675666Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:18:37.2676124Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:18:37.2676528Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:18:37.2676905Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:18:37.2677286Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:18:37.2677682Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:18:37.2678092Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:18:37.2678492Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:18:37.2678878Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:18:37.2679266Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:18:37.2679734Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:18:37.2680202Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:18:37.2680599Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:18:37.2681147Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:18:37.2681600Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:18:37.2682045Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:18:37.2682518Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:18:37.2683008Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:18:37.2683452Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:18:37.2684046Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:18:37.2684448Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:18:37.2684840Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:18:37.2685266Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:18:37.2685652Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:18:37.2686028Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:18:37.2686440Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:18:37.2686841Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:18:37.2687252Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:18:37.2687673Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:18:37.2688064Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:18:37.2688444Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:18:37.2688812Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:18:37.2689171Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:18:37.2689565Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:18:37.2689983Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:18:37.2690379Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:18:37.2690829Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:18:37.2691565Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:18:37.2691980Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:18:37.2692418Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:18:37.2692837Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:18:37.2693247Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:18:37.2693793Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:18:37.2694155Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:18:37.2694521Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:18:37.2694915Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:18:37.2695315Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:18:37.2695699Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:18:37.2696057Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:18:37.2696404Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:18:37.2696750Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:18:37.2697239Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:18:37.2697911Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:18:37.2698293Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:18:37.2698677Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:18:37.2699074Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:18:37.2699484Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:18:37.2699895Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:18:37.2700300Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:18:37.2700716Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:18:37.2701127Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:18:37.2701498Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:18:37.2701875Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:18:37.2702234Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:18:37.2702612Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:18:37.2703034Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:18:37.2703467Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:18:37.2704015Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:18:37.2704445Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:18:37.2704890Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:18:37.2705285Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:18:37.2705654Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:18:37.2706007Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:18:37.2706357Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:18:37.2706726Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:18:37.2707103Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:18:37.2707480Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:18:37.2708090Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:18:37.2708518Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:18:37.2708978Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:18:37.2709418Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:18:37.2709793Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:18:37.2710184Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:18:37.2710570Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:18:37.2710959Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:18:37.2711340Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:18:37.2711714Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:18:37.2712161Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:18:37.2712654Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:18:37.2713078Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:18:37.2713453Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:18:37.2713944Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:18:37.2714491Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:18:37.2714882Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:18:37.2715254Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:18:37.2715650Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:18:37.2716029Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:18:37.2716379Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:18:37.2716736Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:18:37.2717130Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:18:37.2717551Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:18:37.2717988Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:18:37.2718383Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:18:37.2718829Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:18:37.2719276Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:18:37.2719704Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:18:37.2720100Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:18:37.2720624Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2721139Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:18:37.2721533Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:18:37.2721947Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:18:37.2722384Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:18:37.2722935Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:18:37.2723653Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:18:37.2724284Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:18:37.2725150Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:18:37.2725807Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:18:37.2726437Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:18:37.2727059Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:18:37.2727643Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:18:37.2728127Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:18:37.2728569Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:18:37.2729001Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:18:37.2729436Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:18:37.2729910Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:18:37.2730340Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:18:37.2730722Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:18:37.2731094Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:18:37.2731598Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:18:37.2731982Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:18:37.2732388Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:18:37.2732803Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:18:37.2733168Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:18:37.2733683Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:18:37.2734152Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:18:37.2734644Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:18:37.2735132Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:18:37.2735623Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:18:37.2736074Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:18:37.2736491Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:18:37.2736905Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:18:37.2737323Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:18:37.2737756Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:18:37.2738188Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:18:37.2738579Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:18:37.2738964Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:18:37.2739345Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:18:37.2739726Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:18:37.2740166Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:18:37.2740606Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:18:37.2741012Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:18:37.2741428Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:18:37.2742056Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:18:37.2742543Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:18:37.2742999Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:18:37.2743434Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:18:37.2743957Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:18:37.2744338Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:18:37.2744726Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:18:37.2745094Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:18:37.2745466Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:18:37.2745868Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:18:37.2746272Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:18:37.2746700Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:18:37.2747170Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:18:37.2747628Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:18:37.2748021Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:18:37.2748570Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:18:37.2748942Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:18:37.2749337Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:18:37.2749725Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:18:37.2750119Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:18:37.2750549Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:18:37.2750998Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:18:37.2751413Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:18:37.2751801Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:18:37.2752200Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:18:37.2752746Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:37.2753323Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:18:37.2753909Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:18:37.2754361Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:18:37.2754788Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:18:37.2755189Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:18:37.2755577Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:18:37.2755969Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:18:37.2756370Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:18:37.2756779Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:18:37.2757160Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:18:37.2757554Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:18:37.2757954Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:18:37.2758333Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:18:37.2758958Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:18:37.2759440Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:18:37.2759867Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:18:37.2760243Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:18:37.2760624Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:18:37.2761012Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:18:37.2761387Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:18:37.2761758Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:18:37.2762188Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:18:37.2762637Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:18:37.2763041Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:18:37.2763433Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:18:37.2763980Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:18:37.2764364Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:18:37.2764892Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:18:37.2765278Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:18:37.2765677Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:18:37.2766118Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:18:37.2766562Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:18:37.2766989Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:18:37.2767390Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:18:37.2767794Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:18:37.2768222Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:18:37.2768607Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:18:37.2768969Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:18:37.2769315Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:18:37.2769677Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:18:37.2770052Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:18:37.2770405Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:18:37.2770777Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:18:37.2771176Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:18:37.2771558Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:18:37.2771914Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:18:37.2772270Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:18:37.2772650Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:18:37.2773048Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:18:37.2773425Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:18:37.2773957Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:18:37.2774326Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:18:37.2774712Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:18:37.2775316Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:18:37.2775684Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:18:37.2776061Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:18:37.2776455Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:18:37.2776835Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:18:37.2777217Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:18:37.2777591Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:18:37.2777976Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:18:37.2778377Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:18:37.2778800Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:18:37.2779207Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:18:37.2779561Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:18:37.2779913Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:18:37.2780256Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:18:37.2780681Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:18:37.2781327Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:18:37.2781798Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:18:37.2782274Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:18:37.2782777Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:18:37.2783216Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:18:37.2783731Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:18:37.2784123Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:18:37.2784512Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:18:37.2784899Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:18:37.2785286Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:18:37.2785673Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:18:37.2786047Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:18:37.2786444Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:18:37.2786889Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:18:37.2787325Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:18:37.2787704Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:18:37.2788101Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:18:37.2788521Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:18:37.2788901Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:18:37.2789252Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:18:37.2789639Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:18:37.2790091Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:18:37.2790552Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:18:37.2790964Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:18:37.2791551Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:18:37.2792005Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:18:37.2792439Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:18:37.4876077Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:18:37.6872205Z Collecting meson
2025-08-20T22:18:37.7738046Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:18:37.8302380Z Collecting ninja
2025-08-20T22:18:37.8471188Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:18:37.8782164Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:18:37.9563247Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 19.9 MB/s  0:00:00
2025-08-20T22:18:37.9736271Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:18:38.0596056Z Installing collected packages: ninja, meson
2025-08-20T22:18:38.7390585Z 
2025-08-20T22:18:38.7415161Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:18:39.0160762Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:18:39.1108058Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:18:39.2041571Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:18:39.6923346Z 1.8.4
2025-08-20T22:18:39.7250672Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:18:39.7535475Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:18:39.7535849Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:18:39.7536206Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:18:39.7536575Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:18:39.7536995Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:18:39.7537378Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:18:39.7537743Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:18:39.7538104Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:18:39.7538452Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:18:39.7538796Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:18:39.7539154Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:18:39.7539540Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:18:39.7539927Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:18:39.7540335Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:18:39.7540738Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:18:39.7541147Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:18:39.7541551Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:18:39.7541914Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:18:39.7542294Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:18:39.7542754Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:18:39.7543205Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:18:39.7543846Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:18:39.7544276Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:18:39.7544676Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:18:39.7545048Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:18:39.7545807Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:18:39.7546253Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:18:39.7546673Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:18:39.7547080Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:18:39.7547502Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:18:39.7547923Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:18:39.7548350Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:18:39.7548783Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:18:39.7549205Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:18:39.7549649Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:18:39.7550076Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:18:39.7550480Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:18:39.7550889Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:18:39.7551283Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:18:39.7552047Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:18:39.7552471Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:18:39.7552894Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:18:39.7553299Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:18:39.7553855Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:18:39.7554321Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:18:39.7554796Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:18:39.7555265Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:18:39.7555755Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:18:39.7556206Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:18:39.7556622Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:18:39.7557042Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:18:39.7557455Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:18:39.7557870Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:18:39.7558274Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:18:39.7558644Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:18:39.7559000Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:18:39.7559371Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:18:39.7559767Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:18:39.7560173Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:18:39.7560555Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:18:39.7560962Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:18:39.7561400Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:18:39.7561824Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:18:39.7562478Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:18:39.7562928Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:18:39.7563356Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:18:39.7563928Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:18:39.7564331Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:18:39.7564776Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:18:39.7565273Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:18:39.7565771Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:18:39.7566231Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:18:39.7566650Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:18:39.7567041Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:18:39.7567433Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:18:39.7567837Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:18:39.7568236Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:18:39.7568880Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:18:39.7569382Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:18:39.7569892Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:18:39.7570382Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:18:39.7570820Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:18:39.7571226Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:18:39.7571622Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:18:39.7572029Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:18:39.7572427Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:18:39.7572817Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:18:39.7573244Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:18:39.7573827Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:18:39.7574215Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:18:39.7574584Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:18:39.7574991Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:18:39.7575404Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:18:39.7575785Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:18:39.7576153Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:18:39.7576546Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:18:39.7576936Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:18:39.7577291Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:18:39.7577673Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:18:39.7578084Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:18:39.7578474Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:18:39.7578837Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:18:39.7579438Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:18:39.7579832Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:18:39.7580221Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:18:39.7580618Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:18:39.7581014Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:18:39.7581398Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:18:39.7581778Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:18:39.7582177Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:18:39.7582577Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:18:39.7582947Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:18:39.7583306Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:18:39.7583895Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:18:39.7584255Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:18:39.7584619Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:18:39.7584970Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:18:39.7585542Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:18:39.7585942Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:18:39.7586371Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:18:39.7586805Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:18:39.7587203Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:18:39.7587598Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:18:39.7587989Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:18:39.7588379Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:18:39.7588781Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:18:39.7589188Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:18:39.7589577Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:18:39.7589970Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:18:39.7590385Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:18:39.7590825Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:18:39.7591255Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:18:39.7591648Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:18:39.7592044Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:18:39.7592456Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:18:39.7592866Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:18:39.7593271Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:18:39.7593874Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:18:39.7594275Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:18:39.7594679Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:18:39.7595059Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:18:39.7595415Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:18:39.7595981Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:18:39.7596403Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:18:39.7596804Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:18:39.7597202Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:18:39.7597592Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:18:39.7597972Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:18:39.7598347Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:18:39.7598725Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:18:39.7599109Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:18:39.7599531Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:18:39.7599977Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:18:39.7600378Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:18:39.7600752Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:18:39.7601146Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:18:39.7601562Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:18:39.7602142Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:18:39.7602497Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:18:39.7602841Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:18:39.7603260Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:18:39.7603882Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:18:39.7604299Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:18:39.7604679Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:18:39.7605064Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:18:39.7605445Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:18:39.7605865Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:18:39.7606336Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:18:39.7606751Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:18:39.7607118Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:18:39.7607479Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:18:39.7607919Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:18:39.7608421Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:18:39.7608860Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:18:39.7609237Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:18:39.7609701Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:18:39.7610241Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:18:39.7610751Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:18:39.7611190Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:18:39.7611553Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:18:39.7611939Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:18:39.7612352Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:18:39.7613000Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:18:39.7613436Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:18:39.7613972Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:18:39.7614352Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:18:39.7614759Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:18:39.7615159Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:18:39.7615558Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:18:39.7615956Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:18:39.7616348Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:18:39.7616742Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:18:39.7617162Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:18:39.7617609Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:18:39.7618035Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:18:39.7618431Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:18:39.7618971Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:18:39.7619343Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:18:39.7619717Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:18:39.7620109Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:18:39.7620529Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:18:39.7620998Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:18:39.7621445Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:18:39.7621851Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:18:39.7622242Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:18:39.7622623Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:18:39.7623004Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:18:39.7623372Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:18:39.7623904Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:18:39.7624291Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:18:39.7624736Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:18:39.7625212Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:18:39.7625669Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:18:39.7626187Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:18:39.7626700Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:18:39.7627210Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:18:39.7627651Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:18:39.7628019Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:18:39.7628419Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:18:39.7628799Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:18:39.7629179Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:18:39.7629752Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:18:39.7630170Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:18:39.7630554Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:18:39.7630939Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:18:39.7631325Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:18:39.7631695Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:18:39.7632089Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:18:39.7632476Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:18:39.7632892Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:18:39.7633329Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:18:39.7633897Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:18:39.7634311Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:18:39.7634712Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:18:39.7635121Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:18:39.7635750Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:18:39.7636141Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:18:39.7636500Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:18:39.7637007Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7637524Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:18:39.7637900Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:18:39.7638278Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:18:39.7638644Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:18:39.7639043Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:18:39.7639482Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:18:39.7639912Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:18:39.7640340Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:18:39.7640738Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:18:39.7641142Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:18:39.7641561Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:18:39.7641977Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:18:39.7642372Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:18:39.7642802Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:18:39.7643291Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:18:39.7643974Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:18:39.7644426Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:18:39.7644837Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:18:39.7645241Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:18:39.7645717Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:18:39.7646399Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:18:39.7646827Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:18:39.7647264Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:18:39.7647719Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:18:39.7648123Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:18:39.7648487Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:18:39.7648838Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:18:39.7649209Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:18:39.7649592Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:18:39.7649954Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:18:39.7650312Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:18:39.7650680Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:18:39.7651044Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:18:39.7651405Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:18:39.7651777Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:18:39.7652280Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:18:39.7652657Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:18:39.7653040Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:18:39.7653399Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:18:39.7653917Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:18:39.7654283Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:18:39.7654653Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:18:39.7655030Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:18:39.7655396Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:18:39.7655758Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:18:39.7656136Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:18:39.7656562Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:18:39.7656999Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:18:39.7657406Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:18:39.7657769Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:18:39.7658151Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:18:39.7658580Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:18:39.7658981Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:18:39.7659341Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:18:39.7659709Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:18:39.7660067Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:18:39.7660418Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:18:39.7660766Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:18:39.7661119Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:18:39.7661490Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:18:39.7661854Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:18:39.7662206Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:18:39.7662778Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:18:39.7663180Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:18:39.7663761Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:18:39.7664167Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:18:39.7664570Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:18:39.7664963Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:18:39.7665379Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:18:39.7665881Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:18:39.7666497Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:18:39.7667151Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:18:39.7667694Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:18:39.7668167Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:18:39.7668620Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:18:39.7669311Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:18:39.7669933Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:18:39.7670494Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:18:39.7670986Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:18:39.7671434Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:18:39.7671804Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:18:39.7672177Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:18:39.7672556Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:18:39.7672936Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:18:39.7673327Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:18:39.7673872Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:18:39.7674263Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:18:39.7674648Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:18:39.7675037Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:18:39.7675417Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:18:39.7675792Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:18:39.7676167Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:18:39.7676563Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:18:39.7676957Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:18:39.7677377Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:18:39.7677793Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:18:39.7678163Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:18:39.7678554Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:18:39.7678963Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:18:39.7679588Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:18:39.7680068Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:18:39.7680497Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:18:39.7680864Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:18:39.7681233Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:18:39.7681618Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:18:39.7681987Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:18:39.7682376Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:18:39.7682769Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:18:39.7683160Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:18:39.7683725Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:18:39.7684100Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:18:39.7684469Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:18:39.7685015Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7685731Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7686581Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7687247Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7687774Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:18:39.7688162Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:18:39.7688570Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:18:39.7688971Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:18:39.7689349Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:18:39.7689724Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:18:39.7690099Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:18:39.7690476Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:18:39.7690859Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:18:39.7691238Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:18:39.7691618Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:18:39.7692007Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:18:39.7692413Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:18:39.7692816Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:18:39.7693219Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:18:39.7693755Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:18:39.7694144Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:18:39.7694528Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:18:39.7694935Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:18:39.7695333Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:18:39.7695732Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:18:39.7696124Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:18:39.7696729Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:18:39.7697185Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:18:39.7697588Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:18:39.7698028Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:18:39.7698489Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:18:39.7698894Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:18:39.7699263Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:18:39.7699646Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:18:39.7700041Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:18:39.7700454Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:18:39.7700857Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:18:39.7701236Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:18:39.7701628Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:18:39.7702099Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:18:39.7702715Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:18:39.7703112Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:18:39.7703753Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:18:39.7704223Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:18:39.7704673Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:18:39.7705153Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:18:39.7705645Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:18:39.7706091Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:18:39.7706528Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:18:39.7706933Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:18:39.7707324Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:18:39.7707742Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:18:39.7708129Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:18:39.7708503Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:18:39.7708912Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:18:39.7709313Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:18:39.7709717Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:18:39.7710141Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:18:39.7710536Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:18:39.7710919Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:18:39.7711291Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:18:39.7711642Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:18:39.7712036Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:18:39.7712455Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:18:39.7713092Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:18:39.7713865Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:18:39.7714331Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:18:39.7714734Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:18:39.7715171Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:18:39.7715599Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:18:39.7716006Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:18:39.7716414Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:18:39.7716770Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:18:39.7717134Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:18:39.7717532Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:18:39.7717928Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:18:39.7718307Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:18:39.7718668Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:18:39.7719016Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:18:39.7719560Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:18:39.7720044Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:18:39.7720552Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:18:39.7720933Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:18:39.7721314Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:18:39.7721713Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:18:39.7722123Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:18:39.7722533Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:18:39.7722936Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:18:39.7723352Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:18:39.7723946Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:18:39.7724326Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:18:39.7724691Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:18:39.7725053Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:18:39.7725431Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:18:39.7725857Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:18:39.7726287Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:18:39.7726687Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:18:39.7727108Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:18:39.7727550Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:18:39.7727954Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:18:39.7728325Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:18:39.7728719Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:18:39.7729066Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:18:39.7729434Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:18:39.7730038Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:18:39.7730429Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:18:39.7730832Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:18:39.7731248Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:18:39.7731710Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:18:39.7732157Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:18:39.7732528Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:18:39.7732915Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:18:39.7733299Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:18:39.7733946Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:18:39.7734336Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:18:39.7734714Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:18:39.7735154Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:18:39.7735642Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:18:39.7736256Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:18:39.7736634Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:18:39.7737010Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:18:39.7737412Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:18:39.7737804Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:18:39.7738179Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:18:39.7738581Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:18:39.7738960Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:18:39.7739308Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:18:39.7739665Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:18:39.7740064Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:18:39.7740493Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:18:39.7740872Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:18:39.7741256Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:18:39.7741724Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:18:39.7742168Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:18:39.7742601Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:18:39.7742993Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:18:39.7743665Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7744195Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:18:39.7744596Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:18:39.7745007Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:18:39.7745437Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:18:39.7745956Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:18:39.7746540Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:18:39.7747385Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:18:39.7748045Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:18:39.7748691Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:18:39.7749325Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:18:39.7749952Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:18:39.7750538Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:18:39.7751023Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:18:39.7751468Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:18:39.7751901Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:18:39.7752329Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:18:39.7752803Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:18:39.7753238Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:18:39.7754062Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:18:39.7754439Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:18:39.7754817Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:18:39.7755200Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:18:39.7755610Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:18:39.7756032Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:18:39.7756399Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:18:39.7756789Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:18:39.7757250Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:18:39.7757746Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:18:39.7758240Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:18:39.7758729Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:18:39.7759180Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:18:39.7759596Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:18:39.7760015Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:18:39.7760437Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:18:39.7760871Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:18:39.7761294Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:18:39.7761686Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:18:39.7762075Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:18:39.7762458Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:18:39.7762838Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:18:39.7763275Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:18:39.7763975Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:18:39.7764664Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:18:39.7765089Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:18:39.7765519Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:18:39.7765969Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:18:39.7766412Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:18:39.7766852Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:18:39.7767249Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:18:39.7767618Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:18:39.7768006Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:18:39.7768378Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:18:39.7768751Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:18:39.7769153Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:18:39.7769553Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:18:39.7769982Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:18:39.7770453Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:18:39.7771061Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:18:39.7771457Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:18:39.7771813Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:18:39.7772188Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:18:39.7772582Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:18:39.7772973Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:18:39.7773364Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:18:39.7773967Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:18:39.7774419Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:18:39.7774840Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:18:39.7775225Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:18:39.7775627Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:18:39.7776173Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:39.7776753Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:18:39.7777207Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:18:39.7777651Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:18:39.7778077Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:18:39.7778475Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:18:39.7778867Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:18:39.7779262Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:18:39.7779662Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:18:39.7780062Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:18:39.7780445Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:18:39.7780837Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:18:39.7781459Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:18:39.7781858Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:18:39.7782267Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:18:39.7782731Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:18:39.7783161Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:18:39.7783654Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:18:39.7784038Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:18:39.7784425Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:18:39.7784803Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:18:39.7785171Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:18:39.7785605Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:18:39.7786054Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:18:39.7786459Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:18:39.7786852Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:18:39.7787423Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:18:39.7787806Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:18:39.7788185Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:18:39.7788569Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:18:39.7788972Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:18:39.7789419Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:18:39.7789865Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:18:39.7790286Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:18:39.7790691Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:18:39.7791097Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:18:39.7791526Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:18:39.7791916Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:18:39.7792272Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:18:39.7792624Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:18:39.7792989Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:18:39.7793375Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:18:39.7793889Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:18:39.7794263Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:18:39.7794661Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:18:39.7795047Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:18:39.7795410Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:18:39.7795764Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:18:39.7796141Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:18:39.7796537Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:18:39.7796914Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:18:39.7797280Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:18:39.7797851Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:18:39.7798247Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:18:39.7798628Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:18:39.7798977Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:18:39.7799351Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:18:39.7799748Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:18:39.7800135Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:18:39.7800510Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:18:39.7800888Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:18:39.7801271Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:18:39.7801677Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:18:39.7802100Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:18:39.7802502Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:18:39.7802858Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:18:39.7803205Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:18:39.7803839Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:18:39.7804271Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:18:39.7804770Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:18:39.7805244Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:18:39.7805723Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:18:39.7806235Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:18:39.7806672Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:18:39.7807054Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:18:39.7807444Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:18:39.7807841Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:18:39.7808232Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:18:39.7808618Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:18:39.7809009Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:18:39.7809385Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:18:39.7809785Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:18:39.7810232Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:18:39.7810665Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:18:39.7811044Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:18:39.7811445Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:18:39.7811877Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:18:39.7812260Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:18:39.7812611Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:18:39.7812999Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:18:39.7813448Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:18:39.7814255Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:18:39.7814683Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:18:39.7815100Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:18:39.7815532Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:18:39.7815966Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:18:40.1566813Z info: downloading installer
2025-08-20T22:18:40.4741158Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:18:40.4741541Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:18:40.4741903Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:18:40.4742318Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:18:40.4970164Z info: profile set to 'default'
2025-08-20T22:18:40.4970511Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:18:40.4970869Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:18:40.5525799Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:18:40.7442966Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:18:40.7763351Z info: downloading component 'clippy'
2025-08-20T22:18:40.9205251Z info: downloading component 'rustfmt'
2025-08-20T22:18:41.0605943Z info: downloading component 'cargo'
2025-08-20T22:18:41.2627116Z info: downloading component 'rust-std'
2025-08-20T22:18:41.7142539Z info: downloading component 'rustc'
2025-08-20T22:18:42.6542250Z info: removing previous version of component 'clippy'
2025-08-20T22:18:42.6709329Z info: removing previous version of component 'rustfmt'
2025-08-20T22:18:42.6790660Z info: removing previous version of component 'cargo'
2025-08-20T22:18:42.7012758Z info: removing previous version of component 'rust-std'
2025-08-20T22:18:42.7142772Z info: removing previous version of component 'rustc'
2025-08-20T22:18:42.7358201Z info: installing component 'clippy'
2025-08-20T22:18:43.0003809Z info: installing component 'rustfmt'
2025-08-20T22:18:43.1998896Z info: installing component 'cargo'
2025-08-20T22:18:43.7016527Z info: installing component 'rust-std'
2025-08-20T22:18:45.0177751Z info: installing component 'rustc'
2025-08-20T22:18:47.8708414Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:18:47.8708745Z 
2025-08-20T22:18:47.8783881Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:18:47.8784318Z 
2025-08-20T22:18:47.8784322Z 
2025-08-20T22:18:47.8784409Z Rust is installed now. Great!
2025-08-20T22:18:47.8784554Z 
2025-08-20T22:18:47.8784733Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:18:47.8785131Z environment variable. This has not been done automatically.
2025-08-20T22:18:47.8785374Z 
2025-08-20T22:18:47.8785487Z To configure your current shell, you need to source
2025-08-20T22:18:47.8785777Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:18:47.8785954Z 
2025-08-20T22:18:47.8786127Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:18:47.8786512Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:18:47.8786816Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:18:47.8787091Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:18:47.9026763Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:18:47.9355613Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:18:47.9355901Z 
2025-08-20T22:18:47.9429599Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:18:47.9429913Z 
2025-08-20T22:18:47.9843369Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:18:48.0224647Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:18:48.0501223Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:18:48.0501617Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:18:48.0501988Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:18:48.0502352Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:18:48.0502719Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:18:48.0503112Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:18:48.0503475Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:18:48.0504001Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:18:48.0504351Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:18:48.0504680Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:18:48.0505071Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:18:48.0505457Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:18:48.0505843Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:18:48.0506250Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:18:48.0506640Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:18:48.0507610Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:18:48.0508017Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:18:48.0508382Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:18:48.0508755Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:18:48.0509208Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:18:48.0509660Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:18:48.0510046Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:18:48.0510466Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:18:48.0510864Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:18:48.0511215Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:18:48.0511608Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:18:48.0512036Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:18:48.0512455Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:18:48.0512863Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:18:48.0513279Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:18:48.0514323Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:18:48.0514759Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:18:48.0515191Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:18:48.0515609Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:18:48.0516046Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:18:48.0516475Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:18:48.0516876Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:18:48.0517283Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:18:48.0517673Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:18:48.0518079Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:18:48.0518799Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:18:48.0519247Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:18:48.0519651Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:18:48.0520046Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:18:48.0520498Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:18:48.0520976Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:18:48.0521446Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:18:48.0521938Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:18:48.0522385Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:18:48.0522809Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:18:48.0523233Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:18:48.0523931Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:18:48.0524379Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:18:48.0524782Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:18:48.0525370Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:18:48.0525732Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:18:48.0526100Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:18:48.0526497Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:18:48.0526901Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:18:48.0527287Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:18:48.0527696Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:18:48.0528138Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:18:48.0528561Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:18:48.0528975Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:18:48.0529402Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:18:48.0529833Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:18:48.0530237Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:18:48.0530635Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:18:48.0531073Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:18:48.0531576Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:18:48.0532077Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:18:48.0532542Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:18:48.0532961Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:18:48.0533356Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:18:48.0533976Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:18:48.0534385Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:18:48.0534788Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:18:48.0535249Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:18:48.0535983Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:18:48.0536501Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:18:48.0536991Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:18:48.0537428Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:18:48.0537830Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:18:48.0538223Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:18:48.0538632Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:18:48.0539028Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:18:48.0539416Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:18:48.0539839Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:18:48.0540267Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:18:48.0540652Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:18:48.0541025Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:18:48.0541435Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:18:48.0541995Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:18:48.0542369Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:18:48.0542738Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:18:48.0543128Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:18:48.0543732Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:18:48.0544133Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:18:48.0544514Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:18:48.0544923Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:18:48.0545310Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:18:48.0545672Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:18:48.0546033Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:18:48.0546412Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:18:48.0546796Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:18:48.0547196Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:18:48.0547588Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:18:48.0547969Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:18:48.0548357Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:18:48.0548756Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:18:48.0549158Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:18:48.0549530Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:18:48.0549887Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:18:48.0550240Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:18:48.0550597Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:18:48.0550960Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:18:48.0551308Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:18:48.0551678Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:18:48.0552321Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:18:48.0552769Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:18:48.0553202Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:18:48.0553735Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:18:48.0554131Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:18:48.0554524Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:18:48.0554912Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:18:48.0555313Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:18:48.0555718Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:18:48.0556100Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:18:48.0556495Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:18:48.0556907Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:18:48.0557343Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:18:48.0557770Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:18:48.0558156Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:18:48.0558719Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:18:48.0559129Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:18:48.0559541Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:18:48.0559945Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:18:48.0560337Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:18:48.0560739Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:18:48.0561142Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:18:48.0561524Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:18:48.0561881Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:18:48.0562243Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:18:48.0562648Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:18:48.0563044Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:18:48.0563443Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:18:48.0564057Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:18:48.0564441Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:18:48.0564820Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:18:48.0565328Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:18:48.0565719Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:18:48.0566142Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:18:48.0566583Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:18:48.0567022Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:18:48.0567394Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:18:48.0567790Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:18:48.0568209Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:18:48.0568623Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:18:48.0569197Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:18:48.0569598Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:18:48.0570018Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:18:48.0570446Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:18:48.0570853Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:18:48.0571237Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:18:48.0571616Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:18:48.0572000Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:18:48.0572423Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:18:48.0572889Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:18:48.0573305Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:18:48.0573820Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:18:48.0574189Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:18:48.0574634Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:18:48.0575133Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:18:48.0575757Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:18:48.0576130Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:18:48.0576590Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:18:48.0577127Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:18:48.0577634Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:18:48.0578074Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:18:48.0578434Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:18:48.0578812Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:18:48.0579220Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:18:48.0579639Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:18:48.0580047Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:18:48.0580424Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:18:48.0580799Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:18:48.0581200Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:18:48.0581602Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:18:48.0582005Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:18:48.0582405Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:18:48.0582799Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:18:48.0583194Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:18:48.0583790Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:18:48.0584264Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:18:48.0584697Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:18:48.0585087Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:18:48.0585459Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:18:48.0586039Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:18:48.0586433Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:18:48.0586826Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:18:48.0587244Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:18:48.0587712Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:18:48.0588164Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:18:48.0588573Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:18:48.0588960Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:18:48.0589345Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:18:48.0589721Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:18:48.0590091Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:18:48.0590476Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:18:48.0590860Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:18:48.0591311Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:18:48.0591784Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:18:48.0592392Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:18:48.0592909Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:18:48.0593420Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:18:48.0594077Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:18:48.0594526Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:18:48.0594891Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:18:48.0595252Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:18:48.0595627Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:18:48.0596003Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:18:48.0596376Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:18:48.0596759Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:18:48.0597142Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:18:48.0597525Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:18:48.0597905Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:18:48.0598280Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:18:48.0598680Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:18:48.0599072Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:18:48.0599490Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:18:48.0599929Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:18:48.0600358Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:18:48.0600774Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:18:48.0601180Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:18:48.0601589Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:18:48.0602013Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:18:48.0602607Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:18:48.0602989Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:18:48.0603614Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0604137Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:18:48.0604508Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:18:48.0604886Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:18:48.0605265Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:18:48.0605663Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:18:48.0606099Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:18:48.0606524Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:18:48.0606963Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:18:48.0607369Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:18:48.0607769Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:18:48.0608190Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:18:48.0608785Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:18:48.0609185Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:18:48.0609615Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:18:48.0610113Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:18:48.0610615Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:18:48.0611070Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:18:48.0611482Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:18:48.0611886Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:18:48.0612363Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:18:48.0612846Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:18:48.0613259Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:18:48.0613822Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:18:48.0614279Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:18:48.0614682Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:18:48.0615045Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:18:48.0615402Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:18:48.0615772Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:18:48.0616155Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:18:48.0616522Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:18:48.0616874Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:18:48.0617279Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:18:48.0617644Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:18:48.0618001Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:18:48.0618375Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:18:48.0618733Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:18:48.0619336Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:18:48.0619742Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:18:48.0620104Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:18:48.0620464Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:18:48.0620817Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:18:48.0621188Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:18:48.0621562Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:18:48.0621930Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:18:48.0622289Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:18:48.0622665Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:18:48.0623088Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:18:48.0623646Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:18:48.0624068Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:18:48.0624432Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:18:48.0624815Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:18:48.0625240Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:18:48.0625805Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:18:48.0626168Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:18:48.0626537Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:18:48.0626894Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:18:48.0627236Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:18:48.0627587Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:18:48.0627943Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:18:48.0628311Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:18:48.0628670Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:18:48.0629021Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:18:48.0629353Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:18:48.0629727Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:18:48.0630134Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:18:48.0630531Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:18:48.0630930Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:18:48.0631332Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:18:48.0631748Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:18:48.0632251Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:18:48.0632873Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:18:48.0633610Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:18:48.0634170Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:18:48.0634639Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:18:48.0635091Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:18:48.0635612Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:18:48.0636486Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:18:48.0637062Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:18:48.0637559Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:18:48.0638004Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:18:48.0638379Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:18:48.0638754Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:18:48.0639125Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:18:48.0639504Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:18:48.0639892Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:18:48.0640280Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:18:48.0640676Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:18:48.0641064Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:18:48.0641450Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:18:48.0641831Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:18:48.0642424Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:18:48.0642804Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:18:48.0643198Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:18:48.0643730Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:18:48.0644159Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:18:48.0644581Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:18:48.0644953Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:18:48.0645343Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:18:48.0645758Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:18:48.0646169Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:18:48.0646613Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:18:48.0647042Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:18:48.0647408Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:18:48.0647778Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:18:48.0648161Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:18:48.0648529Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:18:48.0648920Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:18:48.0649311Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:18:48.0649696Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:18:48.0650079Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:18:48.0650444Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:18:48.0650812Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:18:48.0651361Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0652073Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0652970Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0653781Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0654311Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:18:48.0654694Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:18:48.0655105Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:18:48.0655507Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:18:48.0655883Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:18:48.0656260Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:18:48.0656627Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:18:48.0657007Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:18:48.0657391Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:18:48.0657765Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:18:48.0658142Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:18:48.0658531Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:18:48.0659085Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:18:48.0659486Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:18:48.0659882Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:18:48.0660273Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:18:48.0660651Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:18:48.0661043Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:18:48.0661443Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:18:48.0661841Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:18:48.0662239Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:18:48.0662629Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:18:48.0663056Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:18:48.0663492Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:18:48.0664088Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:18:48.0664535Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:18:48.0664991Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:18:48.0665403Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:18:48.0665774Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:18:48.0666156Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:18:48.0666553Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:18:48.0667003Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:18:48.0667409Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:18:48.0667787Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:18:48.0668175Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:18:48.0668646Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:18:48.0669115Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:18:48.0669744Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:18:48.0670176Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:18:48.0670628Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:18:48.0671081Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:18:48.0671559Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:18:48.0672046Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:18:48.0672489Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:18:48.0672932Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:18:48.0673332Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:18:48.0673877Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:18:48.0674299Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:18:48.0674685Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:18:48.0675060Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:18:48.0675469Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:18:48.0676035Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:18:48.0676440Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:18:48.0676863Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:18:48.0677254Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:18:48.0677632Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:18:48.0678004Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:18:48.0678360Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:18:48.0678750Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:18:48.0679170Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:18:48.0679567Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:18:48.0680019Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:18:48.0680470Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:18:48.0680871Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:18:48.0681310Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:18:48.0681735Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:18:48.0682148Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:18:48.0682560Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:18:48.0682919Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:18:48.0683284Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:18:48.0683885Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:18:48.0684298Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:18:48.0684681Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:18:48.0685045Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:18:48.0685393Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:18:48.0685737Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:18:48.0686428Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:18:48.0686949Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:18:48.0687330Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:18:48.0687708Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:18:48.0688107Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:18:48.0688521Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:18:48.0688934Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:18:48.0689340Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:18:48.0689753Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:18:48.0690163Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:18:48.0690541Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:18:48.0690936Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:18:48.0691299Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:18:48.0691678Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:18:48.0692102Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:18:48.0692703Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:18:48.0693110Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:18:48.0693670Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:18:48.0694130Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:18:48.0694532Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:18:48.0694900Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:18:48.0695250Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:18:48.0695598Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:18:48.0695969Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:18:48.0696347Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:18:48.0696730Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:18:48.0697131Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:18:48.0697546Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:18:48.0698008Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:18:48.0698446Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:18:48.0698820Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:18:48.0699213Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:18:48.0699600Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:18:48.0699987Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:18:48.0700367Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:18:48.0700746Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:18:48.0701195Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:18:48.0701684Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:18:48.0702109Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:18:48.0702487Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:18:48.0703086Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:18:48.0703640Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:18:48.0704039Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:18:48.0704416Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:18:48.0704815Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:18:48.0705195Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:18:48.0705542Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:18:48.0705898Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:18:48.0706296Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:18:48.0706719Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:18:48.0707099Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:18:48.0707485Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:18:48.0707926Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:18:48.0708368Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:18:48.0708968Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:18:48.0709361Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:18:48.0709873Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0710380Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:18:48.0710769Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:18:48.0711182Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:18:48.0711610Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:18:48.0712124Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:18:48.0712708Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:18:48.0713327Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:18:48.0714117Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:18:48.0714769Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:18:48.0715398Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:18:48.0716027Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:18:48.0716609Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:18:48.0717094Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:18:48.0717537Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:18:48.0717977Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:18:48.0718402Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:18:48.0718881Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:18:48.0719314Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:18:48.0719692Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:18:48.0720266Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:18:48.0720661Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:18:48.0721043Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:18:48.0721450Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:18:48.0721865Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:18:48.0722234Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:18:48.0722619Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:18:48.0723079Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:18:48.0723811Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:18:48.0724359Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:18:48.0724858Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:18:48.0725309Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:18:48.0725729Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:18:48.0726142Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:18:48.0726726Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:18:48.0727158Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:18:48.0727591Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:18:48.0727977Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:18:48.0728361Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:18:48.0728743Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:18:48.0729119Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:18:48.0729556Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:18:48.0729998Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:18:48.0730402Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:18:48.0730821Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:18:48.0731249Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:18:48.0731700Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:18:48.0732143Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:18:48.0732578Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:18:48.0732981Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:18:48.0733354Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:18:48.0734016Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:18:48.0734399Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:18:48.0734775Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:18:48.0735180Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:18:48.0735580Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:18:48.0736010Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:18:48.0736480Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:18:48.0737188Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:18:48.0737593Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:18:48.0737945Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:18:48.0738318Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:18:48.0738714Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:18:48.0739105Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:18:48.0739495Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:18:48.0739926Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:18:48.0740377Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:18:48.0740794Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:18:48.0741185Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:18:48.0741585Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:18:48.0742130Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:48.0742708Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:18:48.0743161Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:18:48.0743996Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:18:48.0744429Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:18:48.0744828Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:18:48.0745217Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:18:48.0745613Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:18:48.0746017Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:18:48.0746422Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:18:48.0746805Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:18:48.0747199Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:18:48.0747612Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:18:48.0747992Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:18:48.0748404Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:18:48.0748875Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:18:48.0749301Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:18:48.0749681Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:18:48.0750063Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:18:48.0750453Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:18:48.0750830Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:18:48.0751208Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:18:48.0751641Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:18:48.0752091Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:18:48.0752494Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:18:48.0752891Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:18:48.0753290Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:18:48.0754068Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:18:48.0754458Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:18:48.0754845Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:18:48.0755246Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:18:48.0755694Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:18:48.0756150Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:18:48.0756573Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:18:48.0756974Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:18:48.0757379Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:18:48.0757810Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:18:48.0758204Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:18:48.0758565Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:18:48.0758917Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:18:48.0759282Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:18:48.0759659Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:18:48.0760211Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:18:48.0760586Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:18:48.0760980Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:18:48.0761362Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:18:48.0761720Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:18:48.0762072Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:18:48.0762449Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:18:48.0762845Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:18:48.0763221Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:18:48.0763836Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:18:48.0764243Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:18:48.0764636Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:18:48.0765021Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:18:48.0765373Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:18:48.0765746Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:18:48.0766136Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:18:48.0766659Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:18:48.0784205Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:18:48.0784771Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:18:48.0785165Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:18:48.0785570Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:18:48.0786013Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:18:48.0786414Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:18:48.0786769Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:18:48.0787117Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:18:48.0787461Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:18:48.0788180Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:18:48.0788714Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:18:48.0789183Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:18:48.0789663Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:18:48.0790174Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:18:48.0790616Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:18:48.0790998Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:18:48.0791391Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:18:48.0791782Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:18:48.0792172Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:18:48.0792562Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:18:48.0792953Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:18:48.0793326Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:18:48.0794009Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:18:48.0794658Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:18:48.0795093Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:18:48.0795472Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:18:48.0795867Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:18:48.0796287Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:18:48.0796669Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:18:48.0797015Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:18:48.0797403Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:18:48.0797853Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:18:48.0798316Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:18:48.0798730Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:18:48.0799144Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:18:48.0799569Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:18:48.0800001Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:18:48.0800339Z 
2025-08-20T22:18:48.0800343Z 
2025-08-20T22:18:48.0800712Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:18:48 PM)
2025-08-20T22:18:48.0801076Z 
2025-08-20T22:18:48.0801080Z 
2025-08-20T22:18:48.0801083Z 
2025-08-20T22:18:48.0801149Z [+] Continue : YES
2025-08-20T22:18:48.0801256Z 
2025-08-20T22:18:48.0801485Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:18:48.1684397Z 
2025-08-20T22:18:48.1685137Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:18:48 PM) UTC
2025-08-20T22:18:48.1685409Z 
2025-08-20T22:18:48.1700845Z 
2025-08-20T22:18:48.1701025Z [+] Total RECIPES :: 1
2025-08-20T22:18:48.1701169Z 
2025-08-20T22:18:48.1827797Z 
2025-08-20T22:18:48.1828705Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml (1/1)
2025-08-20T22:18:48.1829239Z 
2025-08-20T22:18:48.2941921Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:18:48.2952358Z mode of '/tmp/pkgforge/Vdbct4lv2_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:18:48.3000601Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/reviewdog/official [Provided]
2025-08-20T22:18:48.3001021Z [+] Setting '.pkg_family' --> reviewdog [Provided]
2025-08-20T22:18:48.3017322Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:18:48.3021305Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:18:48.3046819Z [00:00:00.003]➜  
2025-08-20T22:18:48.3047329Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:18:48.3047745Z [00:00:00.003]➜  
2025-08-20T22:18:48.3083063Z [00:00:00.006]➜  
2025-08-20T22:18:48.3083685Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:18:48.3084201Z [00:00:00.006]➜  
2025-08-20T22:18:48.3157692Z [00:00:00.014]➜  
2025-08-20T22:18:48.3158842Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/reviewdog/static.official.source.yaml) --> /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:18:48 PM) UTC]
2025-08-20T22:18:48.3159693Z [00:00:00.014]➜  
2025-08-20T22:18:48.3160264Z [00:00:00.014]➜  
2025-08-20T22:18:48.3160454Z [00:00:00.014]➜  
2025-08-20T22:18:48.3160728Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:18:48.3166996Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:18:48.3167677Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:18:48.3168251Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:18:48.3168481Z [00:00:00.015]➜  
2025-08-20T22:18:48.3168684Z [00:00:00.015]➜  pkg: "reviewdog"
2025-08-20T22:18:48.3169012Z [00:00:00.015]➜  pkg_id: "github.com.reviewdog.reviewdog"
2025-08-20T22:18:48.3169322Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:18:48.3169572Z [00:00:00.015]➜  category:
2025-08-20T22:18:48.3170219Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:18:48.3170538Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:18:48.3171937Z [00:00:00.015]➜  description: "Automated code review tool integrated with any code analysis tools regardless of programming language"
2025-08-20T22:18:48.3172513Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:18:48.3172772Z [00:00:00.015]➜    archlinux:
2025-08-20T22:18:48.3172996Z [00:00:00.015]➜      aur:
2025-08-20T22:18:48.3173258Z [00:00:00.015]➜        - "reviewdog-bin"
2025-08-20T22:18:48.3173642Z [00:00:00.015]➜    nixpkgs:
2025-08-20T22:18:48.3173944Z [00:00:00.015]➜      - "reviewdog"
2025-08-20T22:18:48.3174191Z [00:00:00.015]➜  homepage:
2025-08-20T22:18:48.3174489Z [00:00:00.015]➜    - "https://github.com/reviewdog/reviewdog"
2025-08-20T22:18:48.3174812Z [00:00:00.015]➜  license:
2025-08-20T22:18:48.3175035Z [00:00:00.015]➜    - id: "MIT"
2025-08-20T22:18:48.3175582Z [00:00:00.015]➜      url: "https://github.com/reviewdog/reviewdog/raw/79646320fe339f9c14f8fb9d6c0020a109e47453/LICENSE"
2025-08-20T22:18:48.3176038Z [00:00:00.015]➜  maintainer:
2025-08-20T22:18:48.3176349Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:18:48.3176663Z [00:00:00.015]➜  note:
2025-08-20T22:18:48.3176974Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:18:48.3177500Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/reviewdog/reviewdog"
2025-08-20T22:18:48.3177924Z [00:00:00.015]➜  provides:
2025-08-20T22:18:48.3178153Z [00:00:00.015]➜    - "reviewdog"
2025-08-20T22:18:48.3178430Z [00:00:00.015]➜  repology:
2025-08-20T22:18:48.3178698Z [00:00:00.015]➜    - "reviewdog"
2025-08-20T22:18:48.3178950Z [00:00:00.015]➜  src_url:
2025-08-20T22:18:48.3179556Z [00:00:00.015]➜    - "https://github.com/reviewdog/reviewdog"
2025-08-20T22:18:48.3179914Z [00:00:00.015]➜  tag:
2025-08-20T22:18:48.3180137Z [00:00:00.015]➜    - "analyzer"
2025-08-20T22:18:48.3180369Z [00:00:00.015]➜    - "linter"
2025-08-20T22:18:48.3180592Z [00:00:00.015]➜  x_exec:
2025-08-20T22:18:48.3180824Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T22:18:48.3181070Z [00:00:00.015]➜    host:
2025-08-20T22:18:48.3181302Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:18:48.3181606Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:18:48.3181860Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:18:48.3182094Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:18:48.3182373Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:18:48.3183082Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/reviewdog/reviewdog" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:18:48.3184178Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:18:48.3184823Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:18:48.3185195Z [00:00:00.015]➜    run: |
2025-08-20T22:18:48.3185407Z [00:00:00.015]➜      #Build
2025-08-20T22:18:48.3185994Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:18:48.3186992Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:18:48.3187565Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:18:48.3188033Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:18:48.3188437Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:18:48.3188787Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:18:48.3189032Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:18:48.3189402Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:18:48.3189763Z [00:00:00.015]➜         CGO_ENABLED="1" 
2025-08-20T22:18:48.3190131Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:18:48.3190695Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:18:48.3191081Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T22:18:48.3191389Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:18:48.3191683Z [00:00:00.015]➜        #Build
2025-08-20T22:18:48.3192197Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/reviewdog/reviewdog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:18:48.3192745Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:18:48.3193220Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:18:48.3194247Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:18:48.3195096Z [00:00:00.015]➜         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:48.3195781Z [00:00:00.015]➜        #Copy
2025-08-20T22:18:48.3196555Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:18:48.3197128Z [00:00:00.015]➜        #Strip 
2025-08-20T22:18:48.3197619Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:18:48.3198545Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:18:48.3199305Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:18:48.3199900Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:18:48.3200463Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:18:48.3200928Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T22:18:48.3201173Z [00:00:00.015]➜        '
2025-08-20T22:18:48.3201389Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T22:18:48.3201745Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:18:48.3202284Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:18:48.3203790Z [00:00:00.015]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:18:48.3204640Z [00:00:00.015]➜  
2025-08-20T22:18:48.3204829Z [00:00:00.015]➜  
2025-08-20T22:18:48.3205101Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:18:48.3205641Z [00:00:00.015]➜  
2025-08-20T22:18:48.3205837Z [00:00:00.015]➜  
2025-08-20T22:18:48.3206023Z [00:00:00.015]➜  
2025-08-20T22:18:48.3206534Z [00:00:00.016]➜  '/tmp/pkgforge/Vdbct4lv2_build.yaml' -> '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:18:49.7066009Z [00:00:01.405]➜  '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.static.version' -> '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.version'
2025-08-20T22:18:49.7117540Z [00:00:01.410]➜  [+] Version: HEAD-b3a3469-250820T215056 ('.x_exec.pkgver') [/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.static.version]
2025-08-20T22:18:49.7311846Z [00:00:01.429]➜  [+] Progs: reviewdog
2025-08-20T22:18:49.9370248Z [00:00:01.635]➜  
2025-08-20T22:18:49.9370608Z [00:00:01.635]➜  [-] Missing packages. Found: 
2025-08-20T22:18:49.9370917Z [00:00:01.635]➜  [+] Expected: reviewdog
2025-08-20T22:18:49.9371255Z [00:00:01.635]➜  [+] Continuing with build...
2025-08-20T22:18:49.9371508Z [00:00:01.635]➜  
2025-08-20T22:18:50.2799695Z [00:00:01.978]➜  
2025-08-20T22:18:50.2799990Z [00:00:01.978]➜  
2025-08-20T22:18:50.2878669Z [00:00:01.986]➜  + mkdir -pv /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:18:50.2894123Z [00:00:01.987]➜  + docker run --platform=linux/arm64 --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/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:18:50.2896470Z [00:00:01.987]➜    #Setup ENV
2025-08-20T22:18:50.2896889Z [00:00:01.987]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:18:50.2897279Z [00:00:01.987]➜     CGO_ENABLED="1" 
2025-08-20T22:18:50.2897635Z [00:00:01.987]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:18:50.2898145Z [00:00:01.987]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:18:50.2898529Z [00:00:01.987]➜     GOOS="linux"
2025-08-20T22:18:50.2898826Z [00:00:01.987]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:18:50.2899113Z [00:00:01.987]➜    #Build
2025-08-20T22:18:50.2899980Z [00:00:01.987]➜     git clone --filter "blob:none" --quiet "https://github.com/reviewdog/reviewdog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:18:50.2900610Z [00:00:01.987]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:18:50.2901067Z [00:00:01.987]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:18:50.2901490Z [00:00:01.987]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:18:50.2902300Z [00:00:01.987]➜     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:50.2902977Z [00:00:01.987]➜    #Copy
2025-08-20T22:18:50.2903803Z [00:00:01.987]➜     ( 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:18:50.2904404Z [00:00:01.987]➜    #Strip 
2025-08-20T22:18:50.2904897Z [00:00:01.987]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:18:50.2905573Z [00:00:01.987]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:18:50.2906248Z [00:00:01.987]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:18:50.2907161Z [00:00:01.987]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:18:50.2907706Z [00:00:01.987]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:18:50.2908116Z [00:00:01.987]➜     popd &>/dev/null
2025-08-20T22:18:50.2908354Z [00:00:01.987]➜    '
2025-08-20T22:18:50.8094815Z [00:00:02.507]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:18:50.9858151Z [00:00:02.684]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:18:50.9858562Z [00:00:02.684]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:18:50.9858907Z [00:00:02.684]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:18:50.9859206Z [00:00:02.684]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:18:50.9859504Z [00:00:02.684]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:18:50.9859799Z [00:00:02.684]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:18:50.9860075Z [00:00:02.684]➜  4239b2f25ebc: Waiting
2025-08-20T22:18:50.9860336Z [00:00:02.684]➜  323e89f8c367: Waiting
2025-08-20T22:18:50.9860612Z [00:00:02.684]➜  2b92eb3035e7: Waiting
2025-08-20T22:18:51.1725689Z [00:00:02.871]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:18:51.1726651Z [00:00:02.871]➜  99fd740fb142: Download complete
2025-08-20T22:18:51.2662507Z [00:00:02.964]➜  b2e6f696af52: Download complete
2025-08-20T22:18:51.3595564Z [00:00:03.058]➜  b2e6f696af52: Pull complete
2025-08-20T22:18:51.4259969Z [00:00:03.124]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:18:51.4264234Z [00:00:03.124]➜  996f2cb07f7c: Download complete
2025-08-20T22:18:51.6104898Z [00:00:03.308]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:18:51.6106053Z [00:00:03.309]➜  323e89f8c367: Download complete
2025-08-20T22:18:51.8455783Z [00:00:03.544]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:18:51.8456796Z [00:00:03.544]➜  4239b2f25ebc: Download complete
2025-08-20T22:18:58.1360127Z [00:00:09.834]➜  996f2cb07f7c: Pull complete
2025-08-20T22:19:02.2209449Z [00:00:13.919]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:19:02.2209873Z [00:00:13.919]➜  2b92eb3035e7: Download complete
2025-08-20T22:19:08.4417971Z [00:00:20.140]➜  99fd740fb142: Pull complete
2025-08-20T22:20:54.2884703Z [00:02:05.986]➜  2b92eb3035e7: Pull complete
2025-08-20T22:21:02.0803921Z [00:02:13.778]➜  4239b2f25ebc: Pull complete
2025-08-20T22:21:02.1485179Z [00:02:13.847]➜  323e89f8c367: Pull complete
2025-08-20T22:21:02.1722998Z [00:02:13.870]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:21:02.1805455Z [00:02:13.879]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:21:02.4999924Z [00:02:14.198]➜  + mkdir -p /build-bins
2025-08-20T22:21:02.5017009Z [00:02:14.200]➜  ++ mktemp -d
2025-08-20T22:21:02.5029967Z [00:02:14.201]➜  + pushd /tmp/tmp.s7wlGRVAsH
2025-08-20T22:21:02.5034881Z [00:02:14.202]➜  + CGO_ENABLED=1
2025-08-20T22:21:02.5035273Z [00:02:14.202]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:21:02.5036279Z [00:02:14.202]➜  ++ uname -m
2025-08-20T22:21:02.5036645Z [00:02:14.202]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:21:02.5052419Z [00:02:14.203]➜  + GOARCH=arm64
2025-08-20T22:21:02.5052726Z [00:02:14.203]➜  + GOOS=linux
2025-08-20T22:21:02.5053035Z [00:02:14.203]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:21:02.5053762Z [00:02:14.203]➜  + git clone --filter blob:none --quiet https://github.com/reviewdog/reviewdog ./TEMPREPO
2025-08-20T22:21:03.3496929Z [00:02:15.048]➜  + cd ./TEMPREPO
2025-08-20T22:21:03.3497350Z [00:02:15.048]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:21:03.3497637Z [00:02:15.048]➜  
2025-08-20T22:21:03.3497863Z [00:02:15.048]➜  [+] Target: "arm64/linux"
2025-08-20T22:21:03.3498353Z [00:02:15.048]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:21:03.3498773Z [00:02:15.048]➜  + go mod tidy -v
2025-08-20T22:21:03.3499182Z [00:02:15.048]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:21:03.3499944Z [00:02:15.048]➜  
2025-08-20T22:21:03.3762593Z [00:02:15.074]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T22:21:03.3764945Z [00:02:15.074]➜  go: downloading github.com/rakyll/statik v0.1.7
2025-08-20T22:21:03.3765362Z [00:02:15.075]➜  go: downloading code.gitea.io/sdk/gitea v0.21.0
2025-08-20T22:21:03.3765765Z [00:02:15.075]➜  go: downloading github.com/google/go-github/v72 v72.0.0
2025-08-20T22:21:03.6243977Z [00:02:15.322]➜  go: downloading github.com/mattn/go-shellwords v1.0.12
2025-08-20T22:21:03.6287138Z [00:02:15.327]➜  go: downloading github.com/reviewdog/errorformat v0.0.0-20250320004447-223c26dbe212
2025-08-20T22:21:03.6350452Z [00:02:15.333]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.133.0
2025-08-20T22:21:03.6717248Z [00:02:15.370]➜  go: downloading golang.org/x/build v0.0.0-20250512204353-bd68c458b160
2025-08-20T22:21:03.7159615Z [00:02:15.414]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T22:21:03.7250076Z [00:02:15.423]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T22:21:03.8025181Z [00:02:15.500]➜  go: downloading google.golang.org/protobuf v1.36.8
2025-08-20T22:21:03.8030538Z [00:02:15.501]➜  go: downloading contrib.go.opencensus.io/exporter/stackdriver v0.13.12
2025-08-20T22:21:03.8796916Z [00:02:15.577]➜  go: downloading github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5
2025-08-20T22:21:03.8797536Z [00:02:15.578]➜  go: downloading github.com/justinas/nosurf v1.2.0
2025-08-20T22:21:03.9608388Z [00:02:15.659]➜  go: downloading github.com/vvakame/sdlog v1.2.0
2025-08-20T22:21:03.9608884Z [00:02:15.659]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T22:21:04.0242966Z [00:02:15.722]➜  go: downloading github.com/haya14busa/go-sarif v0.0.0-20240630170108-a3ba8d79599f
2025-08-20T22:21:04.0622126Z [00:02:15.760]➜  go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
2025-08-20T22:21:04.0700624Z [00:02:15.768]➜  go: downloading cloud.google.com/go/compute/metadata v0.8.0
2025-08-20T22:21:04.0701274Z [00:02:15.768]➜  go: downloading cloud.google.com/go/datastore v1.20.0
2025-08-20T22:21:04.0847637Z [00:02:15.783]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:21:04.0964524Z [00:02:15.795]➜  go: downloading cloud.google.com/go v0.116.0
2025-08-20T22:21:04.1305198Z [00:02:15.829]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T22:21:04.1373426Z [00:02:15.835]➜  go: downloading github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01
2025-08-20T22:21:04.1678194Z [00:02:15.865]➜  go: downloading github.com/reva2/bitbucket-insights-api v1.0.0
2025-08-20T22:21:04.1682070Z [00:02:15.866]➜  go: downloading github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0
2025-08-20T22:21:04.1773375Z [00:02:15.875]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:21:04.2616628Z [00:02:15.960]➜  go: downloading github.com/42wim/httpsig v1.2.2
2025-08-20T22:21:04.2617541Z [00:02:15.960]➜  go: downloading github.com/davidmz/go-pageant v1.0.2
2025-08-20T22:21:04.2617957Z [00:02:15.960]➜  go: downloading github.com/go-fed/httpsig v1.1.0
2025-08-20T22:21:04.2618369Z [00:02:15.960]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T22:21:04.3081046Z [00:02:16.006]➜  go: downloading golang.org/x/crypto v0.38.0
2025-08-20T22:21:04.3233374Z [00:02:16.021]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T22:21:04.3326006Z [00:02:16.031]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T22:21:04.3743745Z [00:02:16.072]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T22:21:04.3838245Z [00:02:16.082]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T22:21:04.4237730Z [00:02:16.122]➜  go: downloading cloud.google.com/go/monitoring v1.21.1
2025-08-20T22:21:04.4306442Z [00:02:16.129]➜  go: downloading cloud.google.com/go/trace v1.11.1
2025-08-20T22:21:04.4485340Z [00:02:16.147]➜  go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
2025-08-20T22:21:04.4955668Z [00:02:16.194]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T22:21:04.5100497Z [00:02:16.208]➜  go: downloading github.com/prometheus/prometheus v2.5.0+incompatible
2025-08-20T22:21:04.5555078Z [00:02:16.253]➜  go: downloading google.golang.org/api v0.203.0
2025-08-20T22:21:04.5555705Z [00:02:16.254]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
2025-08-20T22:21:04.5921592Z [00:02:16.290]➜  go: downloading google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53
2025-08-20T22:21:05.0714652Z [00:02:16.769]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53
2025-08-20T22:21:05.0715825Z [00:02:16.770]➜  go: downloading google.golang.org/grpc v1.67.1
2025-08-20T22:21:05.2779329Z [00:02:16.976]➜  go: downloading golang.org/x/net v0.40.0
2025-08-20T22:21:05.4478730Z [00:02:17.146]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T22:21:05.4504286Z [00:02:17.149]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T22:21:05.5099806Z [00:02:17.208]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T22:21:05.6691247Z [00:02:17.367]➜  go: downloading github.com/googleapis/gax-go/v2 v2.13.0
2025-08-20T22:21:06.8910861Z [00:02:18.589]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T22:21:06.8911353Z [00:02:18.589]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:21:06.8912165Z [00:02:18.589]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T22:21:06.9398126Z [00:02:18.638]➜  go: downloading go.opentelemetry.io/otel v1.29.0
2025-08-20T22:21:07.0384036Z [00:02:18.736]➜  go: downloading go.opentelemetry.io/otel/trace v1.29.0
2025-08-20T22:21:07.0641315Z [00:02:18.762]➜  go: downloading cloud.google.com/go/auth v0.9.9
2025-08-20T22:21:07.1085830Z [00:02:18.807]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.4
2025-08-20T22:21:07.1322098Z [00:02:18.830]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
2025-08-20T22:21:09.0580691Z [00:02:20.756]➜  go: downloading gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
2025-08-20T22:21:09.0581669Z [00:02:20.756]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T22:21:09.0582152Z [00:02:20.756]➜  go: downloading go.opentelemetry.io/otel/sdk v1.29.0
2025-08-20T22:21:09.0882120Z [00:02:20.786]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T22:21:09.1081838Z [00:02:20.806]➜  go: downloading github.com/aws/aws-sdk-go v1.43.31
2025-08-20T22:21:09.1186918Z [00:02:20.817]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
2025-08-20T22:21:09.1354141Z [00:02:20.833]➜  go: downloading golang.org/x/text v0.25.0
2025-08-20T22:21:09.5757186Z [00:02:21.274]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T22:21:09.5757878Z [00:02:21.274]➜  go: downloading go.opentelemetry.io/otel/metric v1.29.0
2025-08-20T22:21:09.6027058Z [00:02:21.301]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T22:21:09.6060007Z [00:02:21.304]➜  go: downloading github.com/google/s2a-go v0.1.8
2025-08-20T22:21:09.6550411Z [00:02:21.353]➜  go: downloading github.com/fatih/color v1.16.0
2025-08-20T22:21:09.6550867Z [00:02:21.353]➜  go: downloading github.com/kr/pretty v0.1.0
2025-08-20T22:21:09.6794673Z [00:02:21.377]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T22:21:09.7020847Z [00:02:21.400]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T22:21:09.7263696Z [00:02:21.424]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
2025-08-20T22:21:09.7489605Z [00:02:21.447]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T22:21:09.7583394Z [00:02:21.456]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:21:09.7734039Z [00:02:21.471]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:21:10.8337266Z [00:02:22.532]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T22:21:10.8875738Z [00:02:22.586]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T22:21:10.9255464Z [00:02:22.624]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T22:21:10.9890517Z [00:02:22.687]➜  + go generate ./...
2025-08-20T22:21:14.6634895Z [00:02:26.361]➜  doghouse/appengine/template.go:1: running "statik": exec: "statik": executable file not found in $PATH
2025-08-20T22:21:14.6725791Z [00:02:26.371]➜  + 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:21:14.6751233Z [00:02:26.373]➜  WORK=/tmp/go-build2071284111
2025-08-20T22:21:14.6902750Z [00:02:26.388]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info
2025-08-20T22:21:14.6903373Z [00:02:26.388]➜  # get https://proxy.golang.org/github.com/mattn/go-shellwords/@v/v1.0.12.info
2025-08-20T22:21:14.6904277Z [00:02:26.388]➜  # get https://proxy.golang.org/github.com/reviewdog/errorformat/@v/v0.0.0-20250320004447-223c26dbe212.info
2025-08-20T22:21:14.6906297Z [00:02:26.389]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info
2025-08-20T22:21:14.7819393Z [00:02:26.480]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info: 200 OK (0.092s)
2025-08-20T22:21:14.7833257Z [00:02:26.481]➜  # get https://proxy.golang.org/github.com/mattn/go-shellwords/@v/v1.0.12.info: 200 OK (0.093s)
2025-08-20T22:21:14.7851415Z [00:02:26.483]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info
2025-08-20T22:21:14.7852192Z [00:02:26.483]➜  # get https://proxy.golang.org/github.com/haya14busa/go-sarif/@v/v0.0.0-20240630170108-a3ba8d79599f.info
2025-08-20T22:21:14.7884758Z [00:02:26.487]➜  # get https://proxy.golang.org/code.gitea.io/sdk/gitea/@v/v0.21.0.info: 200 OK (0.098s)
2025-08-20T22:21:14.7913815Z [00:02:26.489]➜  # get https://proxy.golang.org/github.com/reviewdog/errorformat/@v/v0.0.0-20250320004447-223c26dbe212.info: 200 OK (0.101s)
2025-08-20T22:21:14.7932883Z [00:02:26.491]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info
2025-08-20T22:21:14.8045289Z [00:02:26.503]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info: 200 OK (0.019s)
2025-08-20T22:21:14.8058028Z [00:02:26.504]➜  # get https://proxy.golang.org/github.com/reva2/bitbucket-insights-api/@v/v1.0.0.info
2025-08-20T22:21:14.8132720Z [00:02:26.511]➜  # get https://proxy.golang.org/github.com/haya14busa/go-sarif/@v/v0.0.0-20240630170108-a3ba8d79599f.info: 200 OK (0.028s)
2025-08-20T22:21:14.8142939Z [00:02:26.512]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info: 200 OK (0.021s)
2025-08-20T22:21:14.8151319Z [00:02:26.513]➜  # get https://proxy.golang.org/github.com/reviewdog/go-bitbucket/@v/v0.0.0-20201024094602-708c3f6a7de0.info
2025-08-20T22:21:14.8156824Z [00:02:26.514]➜  # get https://proxy.golang.org/golang.org/x/build/@v/v0.0.0-20250512204353-bd68c458b160.info
2025-08-20T22:21:14.8158268Z [00:02:26.514]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.133.0.info
2025-08-20T22:21:14.8297040Z [00:02:26.528]➜  # get https://proxy.golang.org/github.com/reva2/bitbucket-insights-api/@v/v1.0.0.info: 200 OK (0.024s)
2025-08-20T22:21:14.8386117Z [00:02:26.537]➜  # get https://proxy.golang.org/github.com/reviewdog/go-bitbucket/@v/v0.0.0-20201024094602-708c3f6a7de0.info: 200 OK (0.024s)
2025-08-20T22:21:14.8389168Z [00:02:26.537]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T22:21:14.8423734Z [00:02:26.540]➜  # get https://proxy.golang.org/golang.org/x/build/@v/v0.0.0-20250512204353-bd68c458b160.info: 200 OK (0.027s)
2025-08-20T22:21:14.8428130Z [00:02:26.541]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info
2025-08-20T22:21:14.8429467Z [00:02:26.541]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.133.0.info: 200 OK (0.027s)
2025-08-20T22:21:14.8434936Z [00:02:26.542]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T22:21:14.8435472Z [00:02:26.542]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T22:21:14.8583062Z [00:02:26.556]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.019s)
2025-08-20T22:21:14.8588546Z [00:02:26.557]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info
2025-08-20T22:21:14.8626556Z [00:02:26.561]➜  # get https://proxy.golang.org/github.com/42wim/httpsig/@v/v1.2.2.info: 200 OK (0.020s)
2025-08-20T22:21:14.8632561Z [00:02:26.561]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.020s)
2025-08-20T22:21:14.8633418Z [00:02:26.561]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info
2025-08-20T22:21:14.8638202Z [00:02:26.562]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.020s)
2025-08-20T22:21:14.8638793Z [00:02:26.562]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.38.0.info
2025-08-20T22:21:14.8834840Z [00:02:26.582]➜  # get https://proxy.golang.org/github.com/hashicorp/go-version/@v/v1.7.0.info: 200 OK (0.020s)
2025-08-20T22:21:14.8845031Z [00:02:26.582]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.38.0.info: 200 OK (0.020s)
2025-08-20T22:21:14.8851703Z [00:02:26.583]➜  # get https://proxy.golang.org/github.com/go-fed/httpsig/@v/v1.1.0.info: 200 OK (0.026s)
2025-08-20T22:21:14.8852693Z [00:02:26.583]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T22:21:14.8853405Z [00:02:26.583]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info
2025-08-20T22:21:14.8855617Z [00:02:26.584]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T22:21:14.8879540Z [00:02:26.586]➜  # get https://proxy.golang.org/github.com/haya14busa/go-actions-toolkit/@v/v0.0.0-20200105081403-ca0307860f01.info
2025-08-20T22:21:14.8893593Z [00:02:26.587]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info
2025-08-20T22:21:14.9046490Z [00:02:26.603]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.020s)
2025-08-20T22:21:14.9052518Z [00:02:26.603]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info: 200 OK (0.020s)
2025-08-20T22:21:14.9061233Z [00:02:26.604]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.020s)
2025-08-20T22:21:14.9090736Z [00:02:26.607]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info: 200 OK (0.020s)
2025-08-20T22:21:14.9205115Z [00:02:26.619]➜  # get https://proxy.golang.org/github.com/haya14busa/go-actions-toolkit/@v/v0.0.0-20200105081403-ca0307860f01.info: 200 OK (0.033s)
2025-08-20T22:21:14.9231371Z [00:02:26.621]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO
2025-08-20T22:21:14.9231719Z [00:02:26.621]➜  git status --porcelain
2025-08-20T22:21:15.1508940Z [00:02:26.849]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO
2025-08-20T22:21:15.1509425Z [00:02:26.849]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:21:15.1523696Z [00:02:26.850]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git config extensions.objectformat
2025-08-20T22:21:15.1533990Z [00:02:26.851]➜  0.001s # cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git config extensions.objectformat
2025-08-20T22:21:15.1534914Z [00:02:26.852]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f82df413f5454fefde3bc396b5087 --
2025-08-20T22:21:15.1582623Z [00:02:26.856]➜  0.005s # cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f82df413f5454fefde3bc396b5087 --
2025-08-20T22:21:15.1583787Z [00:02:26.856]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b3a3469f9a9f82df413f5454fefde3bc396b5087
2025-08-20T22:21:15.1820467Z [00:02:26.880]➜  0.024s # cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged b3a3469f9a9f82df413f5454fefde3bc396b5087
2025-08-20T22:21:15.1821460Z [00:02:26.880]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f --
2025-08-20T22:21:15.1843079Z [00:02:26.882]➜  0.002s # cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' b3a3469f9a9f --
2025-08-20T22:21:15.1844122Z [00:02:26.882]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git cat-file blob b3a3469f9a9f82df413f5454fefde3bc396b5087:go.mod
2025-08-20T22:21:15.2948285Z [00:02:26.993]➜  0.110s # cd /tmp/tmp.s7wlGRVAsH/TEMPREPO; git cat-file blob b3a3469f9a9f82df413f5454fefde3bc396b5087:go.mod
2025-08-20T22:21:15.2989853Z [00:02:26.997]➜  internal/goarch
2025-08-20T22:21:15.3003225Z [00:02:26.998]➜  mkdir -p $WORK/b007/
2025-08-20T22:21:15.3003830Z [00:02:26.998]➜  internal/unsafeheader
2025-08-20T22:21:15.3004313Z [00:02:26.998]➜  mkdir -p $WORK/b009/
2025-08-20T22:21:15.3004802Z [00:02:26.998]➜  internal/byteorder
2025-08-20T22:21:15.3009895Z [00:02:26.998]➜  mkdir -p $WORK/b013/
2025-08-20T22:21:15.3010289Z [00:02:26.998]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T22:21:15.3010726Z [00:02:26.998]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T22:21:15.3011124Z [00:02:26.998]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.3013451Z [00:02:26.998]➜  /root/.go/pkg/tool/linux_arm64/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 xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -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_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T22:21:15.3022245Z [00:02:26.998]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T22:21:15.3024109Z [00:02:26.998]➜  /root/.go/pkg/tool/linux_arm64/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 P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:21:15.3026920Z [00:02:26.998]➜  /root/.go/pkg/tool/linux_arm64/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 TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:21:15.3028279Z [00:02:26.999]➜  internal/cpu
2025-08-20T22:21:15.3028917Z [00:02:26.999]➜  mkdir -p $WORK/b012/
2025-08-20T22:21:15.3029252Z [00:02:27.000]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T22:21:15.3029572Z [00:02:27.000]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:21:15.3030604Z [00:02:27.000]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b012/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T22:21:15.3071385Z [00:02:27.005]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T22:21:15.3082037Z [00:02:27.006]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:21:15.3083391Z [00:02:27.006]➜  internal/abi
2025-08-20T22:21:15.3083902Z [00:02:27.006]➜  mkdir -p $WORK/b006/
2025-08-20T22:21:15.3084249Z [00:02:27.006]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T22:21:15.3084595Z [00:02:27.006]➜  cd /root/.go/src/internal/abi
2025-08-20T22:21:15.3085633Z [00:02:27.006]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b006/symabis ./abi_test.s ./stub.s
2025-08-20T22:21:15.3097069Z [00:02:27.008]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:21:15.3099761Z [00:02:27.008]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.3102165Z [00:02:27.008]➜  /root/.go/pkg/tool/linux_arm64/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 xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -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_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T22:21:15.3109724Z [00:02:27.009]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:21:15.3114955Z [00:02:27.010]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:21:15.3120930Z [00:02:27.010]➜  internal/coverage/rtcov
2025-08-20T22:21:15.3121893Z [00:02:27.010]➜  mkdir -p $WORK/b015/
2025-08-20T22:21:15.3131410Z [00:02:27.011]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:21:15.3134653Z [00:02:27.011]➜  /root/.go/pkg/tool/linux_arm64/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 Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:21:15.3136270Z [00:02:27.011]➜  cat >/tmp/go-build2071284111/b006/importcfg << 'EOF' # internal
2025-08-20T22:21:15.3136626Z [00:02:27.011]➜  # import config
2025-08-20T22:21:15.3137000Z [00:02:27.011]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.3137348Z [00:02:27.011]➜  EOF
2025-08-20T22:21:15.3157290Z [00:02:27.011]➜  /root/.go/pkg/tool/linux_arm64/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 OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -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_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:21:15.3197540Z [00:02:27.018]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:21:15.3209699Z [00:02:27.019]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:21:15.3212973Z [00:02:27.019]➜  internal/godebugs
2025-08-20T22:21:15.3213339Z [00:02:27.020]➜  mkdir -p $WORK/b016/
2025-08-20T22:21:15.3220845Z [00:02:27.020]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:21:15.3223813Z [00:02:27.020]➜  /root/.go/pkg/tool/linux_arm64/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 z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:21:15.3272768Z [00:02:27.025]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:21:15.3291969Z [00:02:27.026]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:21:15.3292995Z [00:02:27.027]➜  internal/goexperiment
2025-08-20T22:21:15.3293335Z [00:02:27.027]➜  mkdir -p $WORK/b017/
2025-08-20T22:21:15.3293859Z [00:02:27.027]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:21:15.3300276Z [00:02:27.027]➜  /root/.go/pkg/tool/linux_arm64/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 uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -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:21:15.3354793Z [00:02:27.033]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:21:15.3361474Z [00:02:27.034]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:21:15.3365913Z [00:02:27.035]➜  internal/goos
2025-08-20T22:21:15.3366214Z [00:02:27.035]➜  mkdir -p $WORK/b018/
2025-08-20T22:21:15.3371495Z [00:02:27.035]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:21:15.3374112Z [00:02:27.035]➜  /root/.go/pkg/tool/linux_arm64/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 Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -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:21:15.3383462Z [00:02:27.036]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:21:15.3388221Z [00:02:27.037]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:21:15.3390197Z [00:02:27.037]➜  internal/profilerecord
2025-08-20T22:21:15.3390522Z [00:02:27.037]➜  mkdir -p $WORK/b019/
2025-08-20T22:21:15.3393938Z [00:02:27.038]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T22:21:15.3397621Z [00:02:27.038]➜  /root/.go/pkg/tool/linux_arm64/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 XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:21:15.3449786Z [00:02:27.043]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:21:15.3454358Z [00:02:27.043]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:21:15.3455616Z [00:02:27.044]➜  internal/runtime/math
2025-08-20T22:21:15.3466855Z [00:02:27.044]➜  mkdir -p $WORK/b023/
2025-08-20T22:21:15.3467933Z [00:02:27.045]➜  cat >/tmp/go-build2071284111/b023/importcfg << 'EOF' # internal
2025-08-20T22:21:15.3469376Z [00:02:27.045]➜  # import config
2025-08-20T22:21:15.3469776Z [00:02:27.045]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.3470145Z [00:02:27.045]➜  EOF
2025-08-20T22:21:15.3471727Z [00:02:27.045]➜  /root/.go/pkg/tool/linux_arm64/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 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:21:15.3483334Z [00:02:27.046]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:21:15.3508354Z [00:02:27.049]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:21:15.3509653Z [00:02:27.049]➜  internal/runtime/syscall
2025-08-20T22:21:15.3510321Z [00:02:27.049]➜  mkdir -p $WORK/b024/
2025-08-20T22:21:15.3510855Z [00:02:27.049]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T22:21:15.3511928Z [00:02:27.049]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:21:15.3513175Z [00:02:27.049]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b024/symabis ./asm_linux_arm64.s
2025-08-20T22:21:15.3519503Z [00:02:27.050]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:21:15.3521378Z [00:02:27.050]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b012/cpu.o ./cpu.s
2025-08-20T22:21:15.3535261Z [00:02:27.052]➜  cat >/tmp/go-build2071284111/b024/importcfg << 'EOF' # internal
2025-08-20T22:21:15.3535680Z [00:02:27.052]➜  # import config
2025-08-20T22:21:15.3536064Z [00:02:27.052]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.3536786Z [00:02:27.052]➜  EOF
2025-08-20T22:21:15.3537083Z [00:02:27.052]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.3542066Z [00:02:27.052]➜  /root/.go/pkg/tool/linux_arm64/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 h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -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_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:21:15.3569553Z [00:02:27.055]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:21:15.3571344Z [00:02:27.055]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b012/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:21:15.3581623Z [00:02:27.056]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:21:15.3591499Z [00:02:27.057]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:21:15.3592421Z [00:02:27.057]➜  internal/runtime/strconv
2025-08-20T22:21:15.3594603Z [00:02:27.057]➜  mkdir -p $WORK/b022/
2025-08-20T22:21:15.3598577Z [00:02:27.058]➜  cat >/tmp/go-build2071284111/b022/importcfg << 'EOF' # internal
2025-08-20T22:21:15.3599412Z [00:02:27.058]➜  # import config
2025-08-20T22:21:15.3600007Z [00:02:27.058]➜  packagefile internal/runtime/math=/tmp/go-build2071284111/b023/_pkg_.a
2025-08-20T22:21:15.3601029Z [00:02:27.058]➜  EOF
2025-08-20T22:21:15.3601448Z [00:02:27.058]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.3603441Z [00:02:27.058]➜  /root/.go/pkg/tool/linux_arm64/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 sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:21:15.3648118Z [00:02:27.063]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:21:15.3649506Z [00:02:27.063]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_arm64.o # internal
2025-08-20T22:21:15.3652180Z [00:02:27.063]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:21:15.3658272Z [00:02:27.064]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:21:15.3679304Z [00:02:27.066]➜  internal/bytealg
2025-08-20T22:21:15.3680721Z [00:02:27.066]➜  mkdir -p $WORK/b011/
2025-08-20T22:21:15.3685057Z [00:02:27.067]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:21:15.3686727Z [00:02:27.067]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:21:15.3697106Z [00:02:27.067]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b011/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T22:21:15.3729177Z [00:02:27.071]➜  cat >/tmp/go-build2071284111/b011/importcfg << 'EOF' # internal
2025-08-20T22:21:15.3732330Z [00:02:27.071]➜  # import config
2025-08-20T22:21:15.3734686Z [00:02:27.071]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:15.3736229Z [00:02:27.071]➜  EOF
2025-08-20T22:21:15.3736634Z [00:02:27.071]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.3739876Z [00:02:27.071]➜  /root/.go/pkg/tool/linux_arm64/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 cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -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_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:21:15.3755322Z [00:02:27.074]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:21:15.3761960Z [00:02:27.074]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:21:15.3764172Z [00:02:27.074]➜  internal/chacha8rand
2025-08-20T22:21:15.3765682Z [00:02:27.074]➜  mkdir -p $WORK/b014/
2025-08-20T22:21:15.3767064Z [00:02:27.074]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T22:21:15.3767455Z [00:02:27.074]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:21:15.3768663Z [00:02:27.074]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b014/symabis ./chacha8_arm64.s
2025-08-20T22:21:15.3850437Z [00:02:27.083]➜  cat >/tmp/go-build2071284111/b014/importcfg << 'EOF' # internal
2025-08-20T22:21:15.3854627Z [00:02:27.084]➜  # import config
2025-08-20T22:21:15.3855461Z [00:02:27.084]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:15.3856514Z [00:02:27.084]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:15.3857637Z [00:02:27.084]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.3858060Z [00:02:27.084]➜  EOF
2025-08-20T22:21:15.3858354Z [00:02:27.084]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.3860720Z [00:02:27.084]➜  /root/.go/pkg/tool/linux_arm64/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 M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -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:21:15.3979662Z [00:02:27.096]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:21:15.3980835Z [00:02:27.096]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b011/compare_arm64.o ./compare_arm64.s
2025-08-20T22:21:15.4014094Z [00:02:27.099]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:21:15.4015490Z [00:02:27.099]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b024/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:21:15.4028931Z [00:02:27.101]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:21:15.4031644Z [00:02:27.101]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b011/count_arm64.o ./count_arm64.s
2025-08-20T22:21:15.4107697Z [00:02:27.109]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:21:15.4120295Z [00:02:27.109]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_arm64.o # internal
2025-08-20T22:21:15.4120790Z [00:02:27.110]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:21:15.4126385Z [00:02:27.111]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:21:15.4135114Z [00:02:27.112]➜  internal/runtime/atomic
2025-08-20T22:21:15.4157680Z [00:02:27.114]➜  mkdir -p $WORK/b020/
2025-08-20T22:21:15.4162647Z [00:02:27.114]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T22:21:15.4164854Z [00:02:27.114]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:21:15.4168234Z [00:02:27.115]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b020/symabis ./atomic_arm64.s
2025-08-20T22:21:15.4171735Z [00:02:27.115]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:21:15.4173327Z [00:02:27.115]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b011/equal_arm64.o ./equal_arm64.s
2025-08-20T22:21:15.4213418Z [00:02:27.119]➜  cat >/tmp/go-build2071284111/b020/importcfg << 'EOF' # internal
2025-08-20T22:21:15.4215057Z [00:02:27.119]➜  # import config
2025-08-20T22:21:15.4215611Z [00:02:27.119]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:15.4216116Z [00:02:27.119]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.4216468Z [00:02:27.119]➜  EOF
2025-08-20T22:21:15.4216757Z [00:02:27.120]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.4220150Z [00:02:27.120]➜  /root/.go/pkg/tool/linux_arm64/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 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -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_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:21:15.4226378Z [00:02:27.121]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:21:15.4227778Z [00:02:27.121]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b011/index_arm64.o ./index_arm64.s
2025-08-20T22:21:15.4262716Z [00:02:27.124]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b011/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T22:21:15.4302680Z [00:02:27.128]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/compare_arm64.o $WORK/b011/count_arm64.o $WORK/b011/equal_arm64.o $WORK/b011/index_arm64.o $WORK/b011/indexbyte_arm64.o # internal
2025-08-20T22:21:15.4307667Z [00:02:27.129]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:21:15.4321186Z [00:02:27.130]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:21:15.4324395Z [00:02:27.130]➜  internal/runtime/cgroup
2025-08-20T22:21:15.4325400Z [00:02:27.131]➜  mkdir -p $WORK/b021/
2025-08-20T22:21:15.4328345Z [00:02:27.131]➜  cat >/tmp/go-build2071284111/b021/importcfg << 'EOF' # internal
2025-08-20T22:21:15.4331565Z [00:02:27.131]➜  # import config
2025-08-20T22:21:15.4331959Z [00:02:27.131]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:15.4332498Z [00:02:27.131]➜  packagefile internal/runtime/strconv=/tmp/go-build2071284111/b022/_pkg_.a
2025-08-20T22:21:15.4333061Z [00:02:27.131]➜  packagefile internal/runtime/syscall=/tmp/go-build2071284111/b024/_pkg_.a
2025-08-20T22:21:15.4333435Z [00:02:27.131]➜  EOF
2025-08-20T22:21:15.4333841Z [00:02:27.131]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.4336008Z [00:02:27.131]➜  /root/.go/pkg/tool/linux_arm64/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 RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -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:21:15.4501739Z [00:02:27.147]➜  cd /root/.go/src/internal/abi
2025-08-20T22:21:15.4505512Z [00:02:27.147]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b006/abi_test.o ./abi_test.s
2025-08-20T22:21:15.4559267Z [00:02:27.154]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:21:15.4562011Z [00:02:27.154]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b014/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T22:21:15.4564578Z [00:02:27.154]➜  cd /root/.go/src/internal/abi
2025-08-20T22:21:15.4565558Z [00:02:27.155]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b006/stub.o ./stub.s
2025-08-20T22:21:15.4590560Z [00:02:27.157]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T22:21:15.4592171Z [00:02:27.157]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:21:15.4608823Z [00:02:27.159]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:21:15.4615984Z [00:02:27.159]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:21:15.4616562Z [00:02:27.159]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_arm64.o # internal
2025-08-20T22:21:15.4617131Z [00:02:27.159]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:21:15.4617926Z [00:02:27.159]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:21:15.4618925Z [00:02:27.160]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:21:15.4619651Z [00:02:27.160]➜  internal/runtime/gc
2025-08-20T22:21:15.4620015Z [00:02:27.160]➜  mkdir -p $WORK/b026/
2025-08-20T22:21:15.4620355Z [00:02:27.160]➜  internal/asan
2025-08-20T22:21:15.4620708Z [00:02:27.160]➜  mkdir -p $WORK/b028/
2025-08-20T22:21:15.4621173Z [00:02:27.160]➜  cat >/tmp/go-build2071284111/b026/importcfg << 'EOF' # internal
2025-08-20T22:21:15.4621643Z [00:02:27.160]➜  # import config
2025-08-20T22:21:15.4622221Z [00:02:27.160]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.4622590Z [00:02:27.160]➜  EOF
2025-08-20T22:21:15.4625709Z [00:02:27.160]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:21:15.4626500Z [00:02:27.160]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.4628892Z [00:02:27.160]➜  /root/.go/pkg/tool/linux_arm64/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 IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -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:21:15.4630660Z [00:02:27.160]➜  internal/msan
2025-08-20T22:21:15.4630957Z [00:02:27.160]➜  mkdir -p $WORK/b029/
2025-08-20T22:21:15.4631407Z [00:02:27.161]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T22:21:15.4633227Z [00:02:27.161]➜  /root/.go/pkg/tool/linux_arm64/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 cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -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:21:15.4644537Z [00:02:27.161]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:21:15.4646244Z [00:02:27.161]➜  /root/.go/pkg/tool/linux_arm64/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 -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -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:21:15.4712935Z [00:02:27.169]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:21:15.4722261Z [00:02:27.170]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:21:15.4724416Z [00:02:27.170]➜  internal/race
2025-08-20T22:21:15.4724730Z [00:02:27.170]➜  mkdir -p $WORK/b030/
2025-08-20T22:21:15.4725122Z [00:02:27.170]➜  cat >/tmp/go-build2071284111/b030/importcfg << 'EOF' # internal
2025-08-20T22:21:15.4725471Z [00:02:27.170]➜  # import config
2025-08-20T22:21:15.4725835Z [00:02:27.170]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:15.4726195Z [00:02:27.170]➜  EOF
2025-08-20T22:21:15.4728153Z [00:02:27.170]➜  /root/.go/pkg/tool/linux_arm64/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 FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -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:21:15.4729702Z [00:02:27.170]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:21:15.4730351Z [00:02:27.170]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:21:15.4730899Z [00:02:27.171]➜  internal/runtime/sys
2025-08-20T22:21:15.4731175Z [00:02:27.171]➜  mkdir -p $WORK/b031/
2025-08-20T22:21:15.4731935Z [00:02:27.171]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T22:21:15.4732271Z [00:02:27.171]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:21:15.4735842Z [00:02:27.171]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b031/symabis ./dit_arm64.s ./empty.s
2025-08-20T22:21:15.4736963Z [00:02:27.172]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:21:15.4738660Z [00:02:27.172]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:21:15.4745080Z [00:02:27.173]➜  internal/stringslite
2025-08-20T22:21:15.4747631Z [00:02:27.173]➜  mkdir -p $WORK/b032/
2025-08-20T22:21:15.4748025Z [00:02:27.173]➜  cat >/tmp/go-build2071284111/b032/importcfg << 'EOF' # internal
2025-08-20T22:21:15.4748371Z [00:02:27.173]➜  # import config
2025-08-20T22:21:15.4748745Z [00:02:27.173]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:15.4749259Z [00:02:27.173]➜  EOF
2025-08-20T22:21:15.4751030Z [00:02:27.173]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.4752767Z [00:02:27.173]➜  /root/.go/pkg/tool/linux_arm64/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 sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:21:15.4767305Z [00:02:27.175]➜  cat >/tmp/go-build2071284111/b031/importcfg << 'EOF' # internal
2025-08-20T22:21:15.4768895Z [00:02:27.175]➜  # import config
2025-08-20T22:21:15.4769329Z [00:02:27.175]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:15.4770895Z [00:02:27.175]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.4771542Z [00:02:27.175]➜  packagefile internal/goos=/tmp/go-build2071284111/b018/_pkg_.a
2025-08-20T22:21:15.4771883Z [00:02:27.175]➜  EOF
2025-08-20T22:21:15.4775037Z [00:02:27.175]➜  /root/.go/pkg/tool/linux_arm64/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 JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -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/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:21:15.4835584Z [00:02:27.181]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:21:15.4854439Z [00:02:27.183]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:21:15.4857546Z [00:02:27.183]➜  internal/trace/tracev2
2025-08-20T22:21:15.4858118Z [00:02:27.183]➜  mkdir -p $WORK/b033/
2025-08-20T22:21:15.4858580Z [00:02:27.183]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T22:21:15.4860668Z [00:02:27.183]➜  /root/.go/pkg/tool/linux_arm64/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 JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -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:21:15.4910467Z [00:02:27.189]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:21:15.4917963Z [00:02:27.190]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:21:15.4926171Z [00:02:27.191]➜  sync/atomic
2025-08-20T22:21:15.4928279Z [00:02:27.191]➜  mkdir -p $WORK/b037/
2025-08-20T22:21:15.4929513Z [00:02:27.191]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T22:21:15.4929847Z [00:02:27.191]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:21:15.4930840Z [00:02:27.191]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b037/symabis ./asm.s
2025-08-20T22:21:15.4947587Z [00:02:27.193]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T22:21:15.4951998Z [00:02:27.193]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.4954982Z [00:02:27.193]➜  /root/.go/pkg/tool/linux_arm64/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 v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -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:21:15.4993936Z [00:02:27.197]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:21:15.5000882Z [00:02:27.198]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:21:15.5001541Z [00:02:27.198]➜  internal/synctest
2025-08-20T22:21:15.5001808Z [00:02:27.198]➜  mkdir -p $WORK/b038/
2025-08-20T22:21:15.5004487Z [00:02:27.199]➜  cat >/tmp/go-build2071284111/b038/importcfg << 'EOF' # internal
2025-08-20T22:21:15.5004939Z [00:02:27.199]➜  # import config
2025-08-20T22:21:15.5005430Z [00:02:27.199]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:15.5005827Z [00:02:27.199]➜  EOF
2025-08-20T22:21:15.5007750Z [00:02:27.199]➜  /root/.go/pkg/tool/linux_arm64/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 TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:21:15.5136314Z [00:02:27.212]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:21:15.5137124Z [00:02:27.212]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:21:15.5137669Z [00:02:27.212]➜  math/bits
2025-08-20T22:21:15.5137911Z [00:02:27.212]➜  mkdir -p $WORK/b040/
2025-08-20T22:21:15.5151658Z [00:02:27.213]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:21:15.5160916Z [00:02:27.214]➜  /root/.go/pkg/tool/linux_arm64/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 mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -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:21:15.5164216Z [00:02:27.214]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:21:15.5166284Z [00:02:27.214]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b020/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:21:15.5167387Z [00:02:27.215]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:21:15.5168487Z [00:02:27.215]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b031/dit_arm64.o ./dit_arm64.s
2025-08-20T22:21:15.5217123Z [00:02:27.220]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b031/empty.o ./empty.s
2025-08-20T22:21:15.5223999Z [00:02:27.221]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:21:15.5224478Z [00:02:27.221]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_arm64.o # internal
2025-08-20T22:21:15.5224915Z [00:02:27.221]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:21:15.5239893Z [00:02:27.222]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:21:15.5240499Z [00:02:27.222]➜  internal/runtime/exithook
2025-08-20T22:21:15.5241433Z [00:02:27.222]➜  mkdir -p $WORK/b025/
2025-08-20T22:21:15.5244864Z [00:02:27.223]➜  cat >/tmp/go-build2071284111/b025/importcfg << 'EOF' # internal
2025-08-20T22:21:15.5245256Z [00:02:27.223]➜  # import config
2025-08-20T22:21:15.5245663Z [00:02:27.223]➜  packagefile internal/runtime/atomic=/tmp/go-build2071284111/b020/_pkg_.a
2025-08-20T22:21:15.5246037Z [00:02:27.223]➜  EOF
2025-08-20T22:21:15.5246316Z [00:02:27.223]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.5248076Z [00:02:27.223]➜  /root/.go/pkg/tool/linux_arm64/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 vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:21:15.5272604Z [00:02:27.225]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:21:15.5279016Z [00:02:27.225]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/dit_arm64.o $WORK/b031/empty.o # internal
2025-08-20T22:21:15.5279526Z [00:02:27.226]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:21:15.5289064Z [00:02:27.227]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:21:15.5296031Z [00:02:27.228]➜  internal/runtime/maps
2025-08-20T22:21:15.5297271Z [00:02:27.228]➜  mkdir -p $WORK/b027/
2025-08-20T22:21:15.5304188Z [00:02:27.228]➜  cat >/tmp/go-build2071284111/b027/importcfg << 'EOF' # internal
2025-08-20T22:21:15.5304734Z [00:02:27.228]➜  # import config
2025-08-20T22:21:15.5305109Z [00:02:27.228]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:15.5305581Z [00:02:27.228]➜  packagefile internal/asan=/tmp/go-build2071284111/b028/_pkg_.a
2025-08-20T22:21:15.5306058Z [00:02:27.228]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.5306984Z [00:02:27.228]➜  packagefile internal/msan=/tmp/go-build2071284111/b029/_pkg_.a
2025-08-20T22:21:15.5307529Z [00:02:27.228]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:15.5308028Z [00:02:27.228]➜  packagefile internal/runtime/math=/tmp/go-build2071284111/b023/_pkg_.a
2025-08-20T22:21:15.5308554Z [00:02:27.228]➜  packagefile internal/runtime/sys=/tmp/go-build2071284111/b031/_pkg_.a
2025-08-20T22:21:15.5308926Z [00:02:27.228]➜  EOF
2025-08-20T22:21:15.5314988Z [00:02:27.230]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.5318443Z [00:02:27.230]➜  /root/.go/pkg/tool/linux_arm64/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 FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -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:21:15.5378930Z [00:02:27.236]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:21:15.5392105Z [00:02:27.237]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:21:15.5394096Z [00:02:27.237]➜  unicode
2025-08-20T22:21:15.5394379Z [00:02:27.237]➜  mkdir -p $WORK/b041/
2025-08-20T22:21:15.5394753Z [00:02:27.237]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:21:15.5396739Z [00:02:27.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b041=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -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:21:15.5442813Z [00:02:27.242]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:21:15.5449658Z [00:02:27.243]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:21:15.5450871Z [00:02:27.243]➜  unicode/utf8
2025-08-20T22:21:15.5452106Z [00:02:27.243]➜  mkdir -p $WORK/b042/
2025-08-20T22:21:15.5453054Z [00:02:27.243]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T22:21:15.5455344Z [00:02:27.243]➜  /root/.go/pkg/tool/linux_arm64/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 reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:21:15.5522743Z [00:02:27.249]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:21:15.5524627Z [00:02:27.249]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b037/asm.o ./asm.s
2025-08-20T22:21:15.5566207Z [00:02:27.255]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T22:21:15.5567315Z [00:02:27.255]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:21:15.5576723Z [00:02:27.256]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:21:15.5598752Z [00:02:27.258]➜  internal/sync
2025-08-20T22:21:15.5600161Z [00:02:27.258]➜  mkdir -p $WORK/b036/
2025-08-20T22:21:15.5600782Z [00:02:27.258]➜  cat >/tmp/go-build2071284111/b036/importcfg << 'EOF' # internal
2025-08-20T22:21:15.5601136Z [00:02:27.258]➜  # import config
2025-08-20T22:21:15.5601502Z [00:02:27.258]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:15.5601978Z [00:02:27.258]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.5602482Z [00:02:27.258]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:15.5602946Z [00:02:27.258]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:15.5603273Z [00:02:27.258]➜  EOF
2025-08-20T22:21:15.5603704Z [00:02:27.258]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.5605660Z [00:02:27.258]➜  /root/.go/pkg/tool/linux_arm64/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 CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -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:21:15.5728403Z [00:02:27.271]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:21:15.5732535Z [00:02:27.271]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:21:15.5734859Z [00:02:27.272]➜  internal/itoa
2025-08-20T22:21:15.5735575Z [00:02:27.272]➜  mkdir -p $WORK/b048/
2025-08-20T22:21:15.5736545Z [00:02:27.272]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T22:21:15.5738192Z [00:02:27.272]➜  /root/.go/pkg/tool/linux_arm64/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 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:21:15.5838732Z [00:02:27.282]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:21:15.5840993Z [00:02:27.282]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:21:15.5842435Z [00:02:27.282]➜  cmp
2025-08-20T22:21:15.5845094Z [00:02:27.282]➜  mkdir -p $WORK/b051/
2025-08-20T22:21:15.5845479Z [00:02:27.283]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T22:21:15.5846895Z [00:02:27.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b051=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:21:15.5865282Z [00:02:27.285]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:21:15.5866339Z [00:02:27.285]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:21:15.5867376Z [00:02:27.285]➜  math
2025-08-20T22:21:15.5867871Z [00:02:27.285]➜  mkdir -p $WORK/b055/
2025-08-20T22:21:15.5869278Z [00:02:27.285]➜  echo -n > $WORK/b055/go_asm.h # internal
2025-08-20T22:21:15.5871431Z [00:02:27.285]➜  cd /root/.go/src/math
2025-08-20T22:21:15.5872685Z [00:02:27.285]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b055/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:21:15.5934256Z [00:02:27.292]➜  cat >/tmp/go-build2071284111/b055/importcfg << 'EOF' # internal
2025-08-20T22:21:15.5936674Z [00:02:27.292]➜  # import config
2025-08-20T22:21:15.5937143Z [00:02:27.292]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:15.5937477Z [00:02:27.292]➜  EOF
2025-08-20T22:21:15.5937759Z [00:02:27.292]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.5946273Z [00:02:27.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -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_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:21:15.5953132Z [00:02:27.293]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:21:15.5958905Z [00:02:27.294]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:21:15.5964653Z [00:02:27.295]➜  crypto/internal/fips140/alias
2025-08-20T22:21:15.5964986Z [00:02:27.295]➜  mkdir -p $WORK/b063/
2025-08-20T22:21:15.5965339Z [00:02:27.295]➜  echo '# import config' > $WORK/b063/importcfg # internal
2025-08-20T22:21:15.5967175Z [00:02:27.295]➜  /root/.go/pkg/tool/linux_arm64/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 P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -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:21:15.6106310Z [00:02:27.308]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:21:15.6109173Z [00:02:27.309]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T22:21:15.6110201Z [00:02:27.309]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:21:15.6110810Z [00:02:27.309]➜  mkdir -p $WORK/b067/
2025-08-20T22:21:15.6113992Z [00:02:27.310]➜  cat >/tmp/go-build2071284111/b067/importcfg << 'EOF' # internal
2025-08-20T22:21:15.6114585Z [00:02:27.310]➜  # import config
2025-08-20T22:21:15.6115089Z [00:02:27.310]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:15.6115544Z [00:02:27.310]➜  EOF
2025-08-20T22:21:15.6122153Z [00:02:27.310]➜  /root/.go/pkg/tool/linux_arm64/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 ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -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:21:15.6253393Z [00:02:27.323]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:21:15.6274779Z [00:02:27.324]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T22:21:15.6275553Z [00:02:27.324]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:21:15.6275974Z [00:02:27.324]➜  mkdir -p $WORK/b068/
2025-08-20T22:21:15.6276480Z [00:02:27.324]➜  cat >/tmp/go-build2071284111/b068/importcfg << 'EOF' # internal
2025-08-20T22:21:15.6276944Z [00:02:27.324]➜  # import config
2025-08-20T22:21:15.6277466Z [00:02:27.324]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:15.6278055Z [00:02:27.324]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.6278516Z [00:02:27.324]➜  EOF
2025-08-20T22:21:15.6280287Z [00:02:27.325]➜  /root/.go/pkg/tool/linux_arm64/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 E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -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:21:15.6354250Z [00:02:27.333]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:21:15.6358327Z [00:02:27.334]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T22:21:15.6360539Z [00:02:27.334]➜  crypto/internal/fips140/subtle
2025-08-20T22:21:15.6360870Z [00:02:27.334]➜  mkdir -p $WORK/b071/
2025-08-20T22:21:15.6363226Z [00:02:27.335]➜  echo -n > $WORK/b071/go_asm.h # internal
2025-08-20T22:21:15.6364972Z [00:02:27.335]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:21:15.6367167Z [00:02:27.335]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b071=>" -I $WORK/b071/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b071/symabis ./xor_arm64.s
2025-08-20T22:21:15.6394936Z [00:02:27.337]➜  cat >/tmp/go-build2071284111/b071/importcfg << 'EOF' # internal
2025-08-20T22:21:15.6395486Z [00:02:27.338]➜  # import config
2025-08-20T22:21:15.6396069Z [00:02:27.338]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:15.6396723Z [00:02:27.338]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:15.6397733Z [00:02:27.338]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:15.6398247Z [00:02:27.338]➜  EOF
2025-08-20T22:21:15.6398546Z [00:02:27.338]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.6401132Z [00:02:27.338]➜  /root/.go/pkg/tool/linux_arm64/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 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -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:21:15.6670260Z [00:02:27.365]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:21:15.6678625Z [00:02:27.366]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:21:15.6681985Z [00:02:27.366]➜  crypto/internal/boring/sig
2025-08-20T22:21:15.6682285Z [00:02:27.366]➜  mkdir -p $WORK/b089/
2025-08-20T22:21:15.6682602Z [00:02:27.366]➜  echo -n > $WORK/b089/go_asm.h # internal
2025-08-20T22:21:15.6682950Z [00:02:27.366]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:21:15.6688721Z [00:02:27.366]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b089/symabis ./sig_other.s
2025-08-20T22:21:15.6750471Z [00:02:27.373]➜  echo '# import config' > $WORK/b089/importcfg # internal
2025-08-20T22:21:15.6756590Z [00:02:27.374]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.6758931Z [00:02:27.374]➜  /root/.go/pkg/tool/linux_arm64/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 HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -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:21:15.6908959Z [00:02:27.389]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:21:15.6935616Z [00:02:27.392]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:21:15.6993939Z [00:02:27.397]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:21:15.7000346Z [00:02:27.398]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b089=>" -I $WORK/b089/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b089/sig_other.o ./sig_other.s
2025-08-20T22:21:15.7004587Z [00:02:27.399]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:21:15.7007564Z [00:02:27.399]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b071=>" -I $WORK/b071/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b071/xor_arm64.o ./xor_arm64.s
2025-08-20T22:21:15.7038428Z [00:02:27.402]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:21:15.7040157Z [00:02:27.402]➜  go tool pack r $WORK/b089/_pkg_.a $WORK/b089/sig_other.o # internal
2025-08-20T22:21:15.7042236Z [00:02:27.402]➜  runtime
2025-08-20T22:21:15.7042530Z [00:02:27.402]➜  mkdir -p $WORK/b010/
2025-08-20T22:21:15.7051663Z [00:02:27.403]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:21:15.7052563Z [00:02:27.403]➜  go tool pack r $WORK/b071/_pkg_.a $WORK/b071/xor_arm64.o # internal
2025-08-20T22:21:15.7053074Z [00:02:27.403]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:21:15.7053431Z [00:02:27.403]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:21:15.7059613Z [00:02:27.403]➜  cd /root/.go/src/runtime
2025-08-20T22:21:15.7061066Z [00:02:27.403]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T22:21:15.7062660Z [00:02:27.403]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T22:21:15.7063191Z [00:02:27.403]➜  encoding
2025-08-20T22:21:15.7063427Z [00:02:27.403]➜  mkdir -p $WORK/b099/
2025-08-20T22:21:15.7075006Z [00:02:27.403]➜  echo '# import config' > $WORK/b099/importcfg # internal
2025-08-20T22:21:15.7075422Z [00:02:27.403]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.7076994Z [00:02:27.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b099=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:21:15.7078558Z [00:02:27.403]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:21:15.7079232Z [00:02:27.404]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T22:21:15.7079763Z [00:02:27.405]➜  unicode/utf16
2025-08-20T22:21:15.7080012Z [00:02:27.405]➜  mkdir -p $WORK/b100/
2025-08-20T22:21:15.7080371Z [00:02:27.405]➜  echo '# import config' > $WORK/b100/importcfg # internal
2025-08-20T22:21:15.7081923Z [00:02:27.405]➜  /root/.go/pkg/tool/linux_arm64/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 L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:21:15.7099129Z [00:02:27.407]➜  cd /root/.go/src/math
2025-08-20T22:21:15.7100029Z [00:02:27.407]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/dim_arm64.o ./dim_arm64.s
2025-08-20T22:21:15.7120904Z [00:02:27.410]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/exp_arm64.o ./exp_arm64.s
2025-08-20T22:21:15.7142900Z [00:02:27.412]➜  cat >/tmp/go-build2071284111/b010/importcfg << 'EOF' # internal
2025-08-20T22:21:15.7143283Z [00:02:27.412]➜  # import config
2025-08-20T22:21:15.7143775Z [00:02:27.412]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:15.7144270Z [00:02:27.412]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:15.7144791Z [00:02:27.412]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:15.7145308Z [00:02:27.412]➜  packagefile internal/chacha8rand=/tmp/go-build2071284111/b014/_pkg_.a
2025-08-20T22:21:15.7145841Z [00:02:27.412]➜  packagefile internal/coverage/rtcov=/tmp/go-build2071284111/b015/_pkg_.a
2025-08-20T22:21:15.7146340Z [00:02:27.412]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:15.7146812Z [00:02:27.412]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:15.7147586Z [00:02:27.412]➜  packagefile internal/godebugs=/tmp/go-build2071284111/b016/_pkg_.a
2025-08-20T22:21:15.7148177Z [00:02:27.412]➜  packagefile internal/goexperiment=/tmp/go-build2071284111/b017/_pkg_.a
2025-08-20T22:21:15.7148672Z [00:02:27.412]➜  packagefile internal/goos=/tmp/go-build2071284111/b018/_pkg_.a
2025-08-20T22:21:15.7149174Z [00:02:27.412]➜  packagefile internal/profilerecord=/tmp/go-build2071284111/b019/_pkg_.a
2025-08-20T22:21:15.7149721Z [00:02:27.412]➜  packagefile internal/runtime/atomic=/tmp/go-build2071284111/b020/_pkg_.a
2025-08-20T22:21:15.7150256Z [00:02:27.412]➜  packagefile internal/runtime/cgroup=/tmp/go-build2071284111/b021/_pkg_.a
2025-08-20T22:21:15.7150801Z [00:02:27.412]➜  packagefile internal/runtime/exithook=/tmp/go-build2071284111/b025/_pkg_.a
2025-08-20T22:21:15.7151333Z [00:02:27.412]➜  packagefile internal/runtime/gc=/tmp/go-build2071284111/b026/_pkg_.a
2025-08-20T22:21:15.7151847Z [00:02:27.412]➜  packagefile internal/runtime/maps=/tmp/go-build2071284111/b027/_pkg_.a
2025-08-20T22:21:15.7152382Z [00:02:27.412]➜  packagefile internal/runtime/math=/tmp/go-build2071284111/b023/_pkg_.a
2025-08-20T22:21:15.7152919Z [00:02:27.412]➜  packagefile internal/runtime/strconv=/tmp/go-build2071284111/b022/_pkg_.a
2025-08-20T22:21:15.7153459Z [00:02:27.412]➜  packagefile internal/runtime/sys=/tmp/go-build2071284111/b031/_pkg_.a
2025-08-20T22:21:15.7160090Z [00:02:27.412]➜  packagefile internal/runtime/syscall=/tmp/go-build2071284111/b024/_pkg_.a
2025-08-20T22:21:15.7168556Z [00:02:27.412]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:15.7169267Z [00:02:27.412]➜  packagefile internal/trace/tracev2=/tmp/go-build2071284111/b033/_pkg_.a
2025-08-20T22:21:15.7169638Z [00:02:27.412]➜  EOF
2025-08-20T22:21:15.7169938Z [00:02:27.414]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.7202213Z [00:02:27.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -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_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:21:15.7244678Z [00:02:27.417]➜  cd /root/.go/src/math
2025-08-20T22:21:15.7245581Z [00:02:27.417]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/floor_arm64.o ./floor_arm64.s
2025-08-20T22:21:15.7246429Z [00:02:27.419]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:21:15.7247089Z [00:02:27.420]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:21:15.7247685Z [00:02:27.421]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:21:15.7248001Z [00:02:27.422]➜  mkdir -p $WORK/b119/
2025-08-20T22:21:15.7248348Z [00:02:27.422]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T22:21:15.7248745Z [00:02:27.422]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.7250727Z [00:02:27.422]➜  /root/.go/pkg/tool/linux_arm64/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 aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -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:21:15.7252691Z [00:02:27.422]➜  cd /root/.go/src/math
2025-08-20T22:21:15.7253723Z [00:02:27.422]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/modf_arm64.o ./modf_arm64.s
2025-08-20T22:21:15.7254654Z [00:02:27.422]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:21:15.7258750Z [00:02:27.424]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:21:15.7260695Z [00:02:27.424]➜  internal/nettrace
2025-08-20T22:21:15.7261440Z [00:02:27.424]➜  mkdir -p $WORK/b148/
2025-08-20T22:21:15.7263995Z [00:02:27.425]➜  echo '# import config' > $WORK/b148/importcfg # internal
2025-08-20T22:21:15.7266331Z [00:02:27.425]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.7268865Z [00:02:27.425]➜  /root/.go/pkg/tool/linux_arm64/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 NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:21:15.7288437Z [00:02:27.427]➜  cd /root/.go/src/math
2025-08-20T22:21:15.7294518Z [00:02:27.427]➜  go tool pack r $WORK/b055/_pkg_.a $WORK/b055/dim_arm64.o $WORK/b055/exp_arm64.o $WORK/b055/floor_arm64.o $WORK/b055/modf_arm64.o # internal
2025-08-20T22:21:15.7295140Z [00:02:27.427]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:21:15.7306721Z [00:02:27.429]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:21:15.7311933Z [00:02:27.429]➜  golang.org/x/crypto/internal/alias
2025-08-20T22:21:15.7324768Z [00:02:27.429]➜  mkdir -p $WORK/b156/
2025-08-20T22:21:15.7325672Z [00:02:27.429]➜  echo '# import config' > $WORK/b156/importcfg # internal
2025-08-20T22:21:15.7326301Z [00:02:27.429]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:15.7328751Z [00:02:27.429]➜  /root/.go/pkg/tool/linux_arm64/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 58PfVtJQyl3_wBcXf_Y7/58PfVtJQyl3_wBcXf_Y7 -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:21:15.7385974Z [00:02:27.437]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:21:15.7394181Z [00:02:27.437]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:21:15.7394764Z [00:02:27.437]➜  log/internal
2025-08-20T22:21:15.7395022Z [00:02:27.438]➜  mkdir -p $WORK/b162/
2025-08-20T22:21:15.7395388Z [00:02:27.438]➜  echo '# import config' > $WORK/b162/importcfg # internal
2025-08-20T22:21:15.7396948Z [00:02:27.438]➜  /root/.go/pkg/tool/linux_arm64/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 M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:21:15.7427635Z [00:02:27.440]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:21:15.7428408Z [00:02:27.440]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/f4/f4f607c9d8741a71b8ed8a7a1f8ba465665ce099e9b87e6aa78f9e027892ec7c-d # internal
2025-08-20T22:21:15.7429358Z [00:02:27.441]➜  container/list
2025-08-20T22:21:15.7429616Z [00:02:27.441]➜  mkdir -p $WORK/b168/
2025-08-20T22:21:15.7430155Z [00:02:27.441]➜  echo '# import config' > $WORK/b168/importcfg # internal
2025-08-20T22:21:15.7431766Z [00:02:27.441]➜  /root/.go/pkg/tool/linux_arm64/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 TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:21:15.7459036Z [00:02:27.444]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:21:15.7466195Z [00:02:27.444]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T22:21:15.7467061Z [00:02:27.445]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:21:15.7470494Z [00:02:27.445]➜  mkdir -p $WORK/b177/
2025-08-20T22:21:15.7475089Z [00:02:27.446]➜  echo '# import config' > $WORK/b177/importcfg # internal
2025-08-20T22:21:15.7486465Z [00:02:27.446]➜  /root/.go/pkg/tool/linux_arm64/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 G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -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:21:15.7537103Z [00:02:27.452]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:21:15.7546472Z [00:02:27.453]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T22:21:15.7547483Z [00:02:27.453]➜  google.golang.org/protobuf/internal/flags
2025-08-20T22:21:15.7548280Z [00:02:27.453]➜  mkdir -p $WORK/b230/
2025-08-20T22:21:15.7548678Z [00:02:27.453]➜  echo '# import config' > $WORK/b230/importcfg # internal
2025-08-20T22:21:15.7551483Z [00:02:27.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_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/b230=>" -p google.golang.org/protobuf/internal/flags -lang=go1.23 -complete -installsuffix shared -buildid 8pVfh9_mbS97V2HYEcoL/8pVfh9_mbS97V2HYEcoL -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/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags/proto_legacy_disable.go
2025-08-20T22:21:15.7599759Z [00:02:27.458]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:21:15.7666610Z [00:02:27.463]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T22:21:15.7667393Z [00:02:27.463]➜  google.golang.org/protobuf/internal/set
2025-08-20T22:21:15.7667713Z [00:02:27.463]➜  mkdir -p $WORK/b242/
2025-08-20T22:21:15.7668092Z [00:02:27.463]➜  cat >/tmp/go-build2071284111/b242/importcfg << 'EOF' # internal
2025-08-20T22:21:15.7668439Z [00:02:27.463]➜  # import config
2025-08-20T22:21:15.7668786Z [00:02:27.463]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:15.7669110Z [00:02:27.463]➜  EOF
2025-08-20T22:21:15.7671245Z [00:02:27.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_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/b242=>" -p google.golang.org/protobuf/internal/set -lang=go1.23 -complete -installsuffix shared -buildid 7W_1yWZF0_KvYBD9y5S9/7W_1yWZF0_KvYBD9y5S9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/set/ints.go
2025-08-20T22:21:15.7674767Z [00:02:27.463]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:21:15.7675449Z [00:02:27.463]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/59/5932a047b2bf5b7a5865d7d9eec39e4a79c9f1691a2c8b88e4e918d7929b29eb-d # internal
2025-08-20T22:21:15.7676032Z [00:02:27.464]➜  github.com/reviewdog/reviewdog/commands
2025-08-20T22:21:15.7676337Z [00:02:27.464]➜  mkdir -p $WORK/b253/
2025-08-20T22:21:15.7676707Z [00:02:27.464]➜  echo '# import config' > $WORK/b253/importcfg # internal
2025-08-20T22:21:15.7678561Z [00:02:27.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/commands=>github.com/reviewdog/reviewdog/commands;$WORK/b253=>" -p github.com/reviewdog/reviewdog/commands -lang=go1.23 -complete -installsuffix shared -buildid tVN5c0z7R6uqjO76VYZm/tVN5c0z7R6uqjO76VYZm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/commands/version.go
2025-08-20T22:21:15.7708723Z [00:02:27.469]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:21:15.7709617Z [00:02:27.469]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T22:21:15.7710382Z [00:02:27.469]➜  log/slog/internal
2025-08-20T22:21:15.7710834Z [00:02:27.469]➜  mkdir -p $WORK/b281/
2025-08-20T22:21:15.7711190Z [00:02:27.469]➜  echo '# import config' > $WORK/b281/importcfg # internal
2025-08-20T22:21:15.7713376Z [00:02:27.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b281=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T22:21:15.7753653Z [00:02:27.473]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:21:15.7764982Z [00:02:27.475]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/bc/bc39baf229416592ac8b1baadfa759d44380fc892dd29eef05c7bf4c3938d152-d # internal
2025-08-20T22:21:15.7792380Z [00:02:27.477]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:21:15.7796614Z [00:02:27.478]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/ff/ff991364405f5df1447e1a0a6bd320622fdcd913875311b779093ae05a8e03b8-d # internal
2025-08-20T22:21:15.7823897Z [00:02:27.480]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:21:15.7826179Z [00:02:27.481]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T22:21:17.2722063Z [00:02:28.970]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b010/tls_GOARCH.h
2025-08-20T22:21:17.2723354Z [00:02:28.970]➜  cd /root/.go/src/runtime
2025-08-20T22:21:17.2724478Z [00:02:28.970]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm.o ./asm.s
2025-08-20T22:21:17.2747773Z [00:02:28.973]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s
2025-08-20T22:21:17.2833352Z [00:02:28.981]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:21:17.2854670Z [00:02:28.983]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/duff_arm64.o ./duff_arm64.s
2025-08-20T22:21:17.2879493Z [00:02:28.986]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/ints.o ./ints.s
2025-08-20T22:21:17.2904526Z [00:02:28.988]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memclr_arm64.o ./memclr_arm64.s
2025-08-20T22:21:17.2926541Z [00:02:28.991]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/memmove_arm64.o ./memmove_arm64.s
2025-08-20T22:21:17.2949241Z [00:02:28.993]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/preempt_arm64.o ./preempt_arm64.s
2025-08-20T22:21:17.2987591Z [00:02:28.997]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T22:21:17.3010455Z [00:02:28.999]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T22:21:17.3061573Z [00:02:29.004]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/tls_arm64.o ./tls_arm64.s
2025-08-20T22:21:17.3101564Z [00:02:29.008]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/asm.o $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o $WORK/b010/duff_arm64.o $WORK/b010/ints.o $WORK/b010/memclr_arm64.o $WORK/b010/memmove_arm64.o $WORK/b010/preempt_arm64.o $WORK/b010/rt0_linux_arm64.o $WORK/b010/sys_linux_arm64.o $WORK/b010/tls_arm64.o # internal
2025-08-20T22:21:17.3102868Z [00:02:29.008]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:21:17.3392183Z [00:02:29.037]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:21:17.3397206Z [00:02:29.037]➜  internal/reflectlite
2025-08-20T22:21:17.3397527Z [00:02:29.037]➜  mkdir -p $WORK/b005/
2025-08-20T22:21:17.3398344Z [00:02:29.037]➜  iter
2025-08-20T22:21:17.3398813Z [00:02:29.037]➜  mkdir -p $WORK/b039/
2025-08-20T22:21:17.3399134Z [00:02:29.037]➜  crypto/subtle
2025-08-20T22:21:17.3399388Z [00:02:29.037]➜  mkdir -p $WORK/b088/
2025-08-20T22:21:17.3399624Z [00:02:29.037]➜  sync
2025-08-20T22:21:17.3399850Z [00:02:29.037]➜  mkdir -p $WORK/b035/
2025-08-20T22:21:17.3400157Z [00:02:29.037]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:21:17.3400518Z [00:02:29.037]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:21:17.3401655Z [00:02:29.037]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s
2025-08-20T22:21:17.3402723Z [00:02:29.037]➜  cat >/tmp/go-build2071284111/b039/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3403068Z [00:02:29.037]➜  # import config
2025-08-20T22:21:17.3403444Z [00:02:29.037]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:17.3404064Z [00:02:29.037]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.3404393Z [00:02:29.037]➜  EOF
2025-08-20T22:21:17.3404717Z [00:02:29.037]➜  cat >/tmp/go-build2071284111/b088/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3405057Z [00:02:29.037]➜  # import config
2025-08-20T22:21:17.3405824Z [00:02:29.037]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:17.3406436Z [00:02:29.037]➜  packagefile internal/runtime/sys=/tmp/go-build2071284111/b031/_pkg_.a
2025-08-20T22:21:17.3406910Z [00:02:29.037]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.3407228Z [00:02:29.037]➜  EOF
2025-08-20T22:21:17.3407506Z [00:02:29.037]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.3408911Z [00:02:29.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b039=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:21:17.3411554Z [00:02:29.037]➜  /root/.go/pkg/tool/linux_arm64/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 L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -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:21:17.3419111Z [00:02:29.040]➜  cat >/tmp/go-build2071284111/b035/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3419488Z [00:02:29.040]➜  # import config
2025-08-20T22:21:17.3419874Z [00:02:29.040]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:17.3420349Z [00:02:29.040]➜  packagefile internal/sync=/tmp/go-build2071284111/b036/_pkg_.a
2025-08-20T22:21:17.3420836Z [00:02:29.040]➜  packagefile internal/synctest=/tmp/go-build2071284111/b038/_pkg_.a
2025-08-20T22:21:17.3421298Z [00:02:29.040]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.3421740Z [00:02:29.040]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.3422084Z [00:02:29.040]➜  EOF
2025-08-20T22:21:17.3429137Z [00:02:29.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b035=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -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:21:17.3431452Z [00:02:29.040]➜  cat >/tmp/go-build2071284111/b005/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3431816Z [00:02:29.040]➜  # import config
2025-08-20T22:21:17.3432188Z [00:02:29.040]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:17.3432684Z [00:02:29.040]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:17.3433194Z [00:02:29.040]➜  packagefile internal/unsafeheader=/tmp/go-build2071284111/b009/_pkg_.a
2025-08-20T22:21:17.3433907Z [00:02:29.040]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.3434233Z [00:02:29.040]➜  EOF
2025-08-20T22:21:17.3437911Z [00:02:29.040]➜  /root/.go/pkg/tool/linux_arm64/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 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -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:21:17.3515559Z [00:02:29.050]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:21:17.3519456Z [00:02:29.050]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:21:17.3522309Z [00:02:29.050]➜  slices
2025-08-20T22:21:17.3522574Z [00:02:29.050]➜  mkdir -p $WORK/b050/
2025-08-20T22:21:17.3526501Z [00:02:29.051]➜  cat >/tmp/go-build2071284111/b050/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3526869Z [00:02:29.051]➜  # import config
2025-08-20T22:21:17.3527206Z [00:02:29.051]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:17.3527646Z [00:02:29.051]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:17.3528077Z [00:02:29.051]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.3528399Z [00:02:29.051]➜  EOF
2025-08-20T22:21:17.3530463Z [00:02:29.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b050=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -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:21:17.3570852Z [00:02:29.055]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:21:17.3579032Z [00:02:29.056]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T22:21:17.3579789Z [00:02:29.056]➜  weak
2025-08-20T22:21:17.3580157Z [00:02:29.056]➜  mkdir -p $WORK/b115/
2025-08-20T22:21:17.3580636Z [00:02:29.056]➜  cat >/tmp/go-build2071284111/b115/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3581116Z [00:02:29.056]➜  # import config
2025-08-20T22:21:17.3581590Z [00:02:29.056]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:17.3582183Z [00:02:29.056]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.3591489Z [00:02:29.056]➜  EOF
2025-08-20T22:21:17.3592957Z [00:02:29.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b115=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -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:21:17.3726130Z [00:02:29.071]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:21:17.3728822Z [00:02:29.071]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:21:17.3729469Z [00:02:29.071]➜  maps
2025-08-20T22:21:17.3729732Z [00:02:29.071]➜  mkdir -p $WORK/b145/
2025-08-20T22:21:17.3731323Z [00:02:29.071]➜  cat >/tmp/go-build2071284111/b145/importcfg << 'EOF' # internal
2025-08-20T22:21:17.3731698Z [00:02:29.071]➜  # import config
2025-08-20T22:21:17.3732035Z [00:02:29.071]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:17.3732480Z [00:02:29.071]➜  EOF
2025-08-20T22:21:17.3734057Z [00:02:29.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b145=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -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:21:17.3737761Z [00:02:29.072]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:21:17.3754032Z [00:02:29.073]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:21:17.3840583Z [00:02:29.082]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:21:17.3843727Z [00:02:29.082]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:21:17.4284090Z [00:02:29.126]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:21:17.4286046Z [00:02:29.126]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b005/asm.o ./asm.s
2025-08-20T22:21:17.4308522Z [00:02:29.129]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T22:21:17.4309222Z [00:02:29.129]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:21:17.4326589Z [00:02:29.131]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:21:17.4328579Z [00:02:29.131]➜  sort
2025-08-20T22:21:17.4329709Z [00:02:29.131]➜  mkdir -p $WORK/b163/
2025-08-20T22:21:17.4332488Z [00:02:29.131]➜  cat >/tmp/go-build2071284111/b163/importcfg << 'EOF' # internal
2025-08-20T22:21:17.4333289Z [00:02:29.131]➜  # import config
2025-08-20T22:21:17.4339446Z [00:02:29.131]➜  packagefile internal/reflectlite=/tmp/go-build2071284111/b005/_pkg_.a
2025-08-20T22:21:17.4340207Z [00:02:29.131]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.4340686Z [00:02:29.131]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:17.4341002Z [00:02:29.131]➜  EOF
2025-08-20T22:21:17.4341305Z [00:02:29.132]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.4343164Z [00:02:29.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b163=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -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:21:17.4344864Z [00:02:29.132]➜  errors
2025-08-20T22:21:17.4346806Z [00:02:29.133]➜  mkdir -p $WORK/b004/
2025-08-20T22:21:17.4347610Z [00:02:29.133]➜  cat >/tmp/go-build2071284111/b004/importcfg << 'EOF' # internal
2025-08-20T22:21:17.4348282Z [00:02:29.133]➜  # import config
2025-08-20T22:21:17.4349151Z [00:02:29.133]➜  packagefile internal/reflectlite=/tmp/go-build2071284111/b005/_pkg_.a
2025-08-20T22:21:17.4350060Z [00:02:29.133]➜  EOF
2025-08-20T22:21:17.4351983Z [00:02:29.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b004=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -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:21:17.4503112Z [00:02:29.148]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:21:17.4525184Z [00:02:29.151]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:21:17.4530107Z [00:02:29.151]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:21:17.4534707Z [00:02:29.152]➜  internal/oserror
2025-08-20T22:21:17.4534983Z [00:02:29.152]➜  mkdir -p $WORK/b049/
2025-08-20T22:21:17.4535262Z [00:02:29.152]➜  strconv
2025-08-20T22:21:17.4535518Z [00:02:29.152]➜  mkdir -p $WORK/b054/
2025-08-20T22:21:17.4539036Z [00:02:29.152]➜  cat >/tmp/go-build2071284111/b049/importcfg << 'EOF' # internal
2025-08-20T22:21:17.4539432Z [00:02:29.152]➜  # import config
2025-08-20T22:21:17.4539959Z [00:02:29.152]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.4540277Z [00:02:29.152]➜  EOF
2025-08-20T22:21:17.4542952Z [00:02:29.152]➜  /root/.go/pkg/tool/linux_arm64/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 DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:21:17.4549217Z [00:02:29.153]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:21:17.4549742Z [00:02:29.153]➜  io
2025-08-20T22:21:17.4549981Z [00:02:29.153]➜  mkdir -p $WORK/b034/
2025-08-20T22:21:17.4551206Z [00:02:29.153]➜  cat >/tmp/go-build2071284111/b034/importcfg << 'EOF' # internal
2025-08-20T22:21:17.4551559Z [00:02:29.153]➜  # import config
2025-08-20T22:21:17.4551897Z [00:02:29.153]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.4552319Z [00:02:29.153]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.4554783Z [00:02:29.153]➜  EOF
2025-08-20T22:21:17.4557323Z [00:02:29.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b034=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -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:21:17.4561119Z [00:02:29.154]➜  cat >/tmp/go-build2071284111/b054/importcfg << 'EOF' # internal
2025-08-20T22:21:17.4562619Z [00:02:29.154]➜  # import config
2025-08-20T22:21:17.4562977Z [00:02:29.154]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.4564336Z [00:02:29.154]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.4564865Z [00:02:29.154]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:17.4565333Z [00:02:29.154]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:17.4565780Z [00:02:29.154]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.4566232Z [00:02:29.154]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:17.4566568Z [00:02:29.154]➜  EOF
2025-08-20T22:21:17.4569667Z [00:02:29.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b054=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -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:21:17.4649079Z [00:02:29.163]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:21:17.4654369Z [00:02:29.163]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:21:17.4654925Z [00:02:29.163]➜  internal/bisect
2025-08-20T22:21:17.4674753Z [00:02:29.165]➜  mkdir -p $WORK/b046/
2025-08-20T22:21:17.4675475Z [00:02:29.165]➜  cat >/tmp/go-build2071284111/b046/importcfg << 'EOF' # internal
2025-08-20T22:21:17.4676912Z [00:02:29.165]➜  # import config
2025-08-20T22:21:17.4677270Z [00:02:29.165]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.4677697Z [00:02:29.165]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.4678130Z [00:02:29.165]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.4678457Z [00:02:29.165]➜  EOF
2025-08-20T22:21:17.4679943Z [00:02:29.165]➜  /root/.go/pkg/tool/linux_arm64/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 l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:21:17.5346469Z [00:02:29.233]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:21:17.5365485Z [00:02:29.234]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:21:17.5369095Z [00:02:29.235]➜  syscall
2025-08-20T22:21:17.5369869Z [00:02:29.235]➜  mkdir -p $WORK/b047/
2025-08-20T22:21:17.5436193Z [00:02:29.242]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T22:21:17.5437072Z [00:02:29.242]➜  cd /root/.go/src/syscall
2025-08-20T22:21:17.5438092Z [00:02:29.242]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./asm_linux_arm64.s
2025-08-20T22:21:17.5449924Z [00:02:29.243]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:21:17.5461881Z [00:02:29.244]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:21:17.5462744Z [00:02:29.244]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:21:17.5474639Z [00:02:29.245]➜  internal/godebug
2025-08-20T22:21:17.5475126Z [00:02:29.245]➜  mkdir -p $WORK/b045/
2025-08-20T22:21:17.5475702Z [00:02:29.246]➜  cat >/tmp/go-build2071284111/b045/importcfg << 'EOF' # internal
2025-08-20T22:21:17.5476171Z [00:02:29.246]➜  # import config
2025-08-20T22:21:17.5476566Z [00:02:29.246]➜  packagefile internal/bisect=/tmp/go-build2071284111/b046/_pkg_.a
2025-08-20T22:21:17.5477212Z [00:02:29.246]➜  packagefile internal/godebugs=/tmp/go-build2071284111/b016/_pkg_.a
2025-08-20T22:21:17.5477845Z [00:02:29.246]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.5478383Z [00:02:29.246]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.5478733Z [00:02:29.246]➜  EOF
2025-08-20T22:21:17.5479024Z [00:02:29.246]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.5481172Z [00:02:29.246]➜  /root/.go/pkg/tool/linux_arm64/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 LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:21:17.5483402Z [00:02:29.246]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:21:17.5484772Z [00:02:29.246]➜  bytes
2025-08-20T22:21:17.5485298Z [00:02:29.247]➜  mkdir -p $WORK/b003/
2025-08-20T22:21:17.5486559Z [00:02:29.247]➜  cat >/tmp/go-build2071284111/b047/importcfg << 'EOF' # internal
2025-08-20T22:21:17.5487083Z [00:02:29.247]➜  # import config
2025-08-20T22:21:17.5487429Z [00:02:29.247]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.5488213Z [00:02:29.247]➜  packagefile internal/asan=/tmp/go-build2071284111/b028/_pkg_.a
2025-08-20T22:21:17.5488967Z [00:02:29.247]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.5489742Z [00:02:29.247]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:17.5490446Z [00:02:29.247]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:17.5490929Z [00:02:29.247]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:17.5491394Z [00:02:29.247]➜  packagefile internal/msan=/tmp/go-build2071284111/b029/_pkg_.a
2025-08-20T22:21:17.5492298Z [00:02:29.247]➜  packagefile internal/oserror=/tmp/go-build2071284111/b049/_pkg_.a
2025-08-20T22:21:17.5496171Z [00:02:29.247]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:17.5496884Z [00:02:29.247]➜  packagefile internal/runtime/syscall=/tmp/go-build2071284111/b024/_pkg_.a
2025-08-20T22:21:17.5497547Z [00:02:29.247]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.5497990Z [00:02:29.247]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:17.5498424Z [00:02:29.247]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.5498859Z [00:02:29.247]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.5499219Z [00:02:29.247]➜  EOF
2025-08-20T22:21:17.5504409Z [00:02:29.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -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_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T22:21:17.5509094Z [00:02:29.248]➜  cat >/tmp/go-build2071284111/b003/importcfg << 'EOF' # internal
2025-08-20T22:21:17.5509440Z [00:02:29.248]➜  # import config
2025-08-20T22:21:17.5509773Z [00:02:29.248]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.5521807Z [00:02:29.248]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.5522784Z [00:02:29.248]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.5523276Z [00:02:29.248]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:17.5523960Z [00:02:29.248]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.5524403Z [00:02:29.248]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:17.5524866Z [00:02:29.248]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:17.5525196Z [00:02:29.248]➜  EOF
2025-08-20T22:21:17.5526783Z [00:02:29.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b003=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -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:21:17.5911117Z [00:02:29.289]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:21:17.5934019Z [00:02:29.291]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:21:17.5934768Z [00:02:29.292]➜  hash
2025-08-20T22:21:17.5941970Z [00:02:29.292]➜  mkdir -p $WORK/b053/
2025-08-20T22:21:17.5952731Z [00:02:29.293]➜  cat >/tmp/go-build2071284111/b053/importcfg << 'EOF' # internal
2025-08-20T22:21:17.5953817Z [00:02:29.293]➜  # import config
2025-08-20T22:21:17.5954296Z [00:02:29.293]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.5954728Z [00:02:29.293]➜  EOF
2025-08-20T22:21:17.5965442Z [00:02:29.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b053=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:21:17.6329755Z [00:02:29.331]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:21:17.6342923Z [00:02:29.332]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T22:21:17.6346817Z [00:02:29.333]➜  crypto
2025-08-20T22:21:17.6347088Z [00:02:29.333]➜  mkdir -p $WORK/b052/
2025-08-20T22:21:17.6359030Z [00:02:29.334]➜  cat >/tmp/go-build2071284111/b052/importcfg << 'EOF' # internal
2025-08-20T22:21:17.6359576Z [00:02:29.334]➜  # import config
2025-08-20T22:21:17.6360036Z [00:02:29.334]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.6360577Z [00:02:29.334]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.6361134Z [00:02:29.334]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:17.6361553Z [00:02:29.334]➜  EOF
2025-08-20T22:21:17.6365564Z [00:02:29.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b052=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:21:17.6429823Z [00:02:29.341]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:21:17.6454870Z [00:02:29.343]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:21:17.6455460Z [00:02:29.344]➜  strings
2025-08-20T22:21:17.6455706Z [00:02:29.344]➜  mkdir -p $WORK/b062/
2025-08-20T22:21:17.6465330Z [00:02:29.345]➜  cat >/tmp/go-build2071284111/b062/importcfg << 'EOF' # internal
2025-08-20T22:21:17.6465754Z [00:02:29.345]➜  # import config
2025-08-20T22:21:17.6484191Z [00:02:29.345]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.6485017Z [00:02:29.345]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:17.6485576Z [00:02:29.345]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.6486093Z [00:02:29.345]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:17.6486557Z [00:02:29.345]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.6487006Z [00:02:29.345]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:17.6487432Z [00:02:29.345]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.6487857Z [00:02:29.345]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.6488277Z [00:02:29.345]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:17.6488724Z [00:02:29.345]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:17.6489058Z [00:02:29.345]➜  EOF
2025-08-20T22:21:17.6491533Z [00:02:29.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b062=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -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:21:17.6534911Z [00:02:29.351]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:21:17.6561074Z [00:02:29.353]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:21:17.6569491Z [00:02:29.353]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:21:17.6569829Z [00:02:29.354]➜  mkdir -p $WORK/b061/
2025-08-20T22:21:17.6570189Z [00:02:29.354]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:21:17.6570624Z [00:02:29.354]➜  cat >/tmp/go-build2071284111/b061/importcfg << 'EOF' # internal
2025-08-20T22:21:17.6570972Z [00:02:29.354]➜  # import config
2025-08-20T22:21:17.6571348Z [00:02:29.354]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:17.6571696Z [00:02:29.354]➜  EOF
2025-08-20T22:21:17.6573763Z [00:02:29.354]➜  /root/.go/pkg/tool/linux_arm64/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 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -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:21:17.6575807Z [00:02:29.355]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T22:21:17.6576336Z [00:02:29.355]➜  path
2025-08-20T22:21:17.6576561Z [00:02:29.355]➜  mkdir -p $WORK/b081/
2025-08-20T22:21:17.6576924Z [00:02:29.355]➜  cat >/tmp/go-build2071284111/b081/importcfg << 'EOF' # internal
2025-08-20T22:21:17.6577265Z [00:02:29.355]➜  # import config
2025-08-20T22:21:17.6577600Z [00:02:29.355]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.6578066Z [00:02:29.355]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.6578543Z [00:02:29.355]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:17.6578874Z [00:02:29.355]➜  EOF
2025-08-20T22:21:17.6580696Z [00:02:29.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b081=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -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:21:17.6785150Z [00:02:29.376]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:21:17.6794334Z [00:02:29.377]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T22:21:17.6799345Z [00:02:29.377]➜  internal/testlog
2025-08-20T22:21:17.6799675Z [00:02:29.377]➜  mkdir -p $WORK/b084/
2025-08-20T22:21:17.6800052Z [00:02:29.377]➜  cat >/tmp/go-build2071284111/b084/importcfg << 'EOF' # internal
2025-08-20T22:21:17.6800398Z [00:02:29.377]➜  # import config
2025-08-20T22:21:17.6800732Z [00:02:29.377]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.6801172Z [00:02:29.377]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.6801504Z [00:02:29.377]➜  EOF
2025-08-20T22:21:17.6803158Z [00:02:29.378]➜  /root/.go/pkg/tool/linux_arm64/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 lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -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:21:17.6816244Z [00:02:29.380]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:21:17.6824877Z [00:02:29.380]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:21:17.6829885Z [00:02:29.381]➜  math/rand/v2
2025-08-20T22:21:17.6830595Z [00:02:29.381]➜  mkdir -p $WORK/b086/
2025-08-20T22:21:17.6831016Z [00:02:29.381]➜  cat >/tmp/go-build2071284111/b086/importcfg << 'EOF' # internal
2025-08-20T22:21:17.6831368Z [00:02:29.381]➜  # import config
2025-08-20T22:21:17.6831707Z [00:02:29.381]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.6832198Z [00:02:29.381]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:17.6832725Z [00:02:29.381]➜  packagefile internal/chacha8rand=/tmp/go-build2071284111/b014/_pkg_.a
2025-08-20T22:21:17.6833187Z [00:02:29.381]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:17.6833788Z [00:02:29.381]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.6834187Z [00:02:29.381]➜  EOF
2025-08-20T22:21:17.6836259Z [00:02:29.381]➜  /root/.go/pkg/tool/linux_arm64/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 ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -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:21:17.7014246Z [00:02:29.399]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:21:17.7030906Z [00:02:29.401]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:21:17.7033740Z [00:02:29.402]➜  encoding/base64
2025-08-20T22:21:17.7034104Z [00:02:29.402]➜  mkdir -p $WORK/b093/
2025-08-20T22:21:17.7041794Z [00:02:29.402]➜  cat >/tmp/go-build2071284111/b093/importcfg << 'EOF' # internal
2025-08-20T22:21:17.7044092Z [00:02:29.402]➜  # import config
2025-08-20T22:21:17.7044500Z [00:02:29.402]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:17.7044966Z [00:02:29.402]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.7045382Z [00:02:29.402]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:17.7045806Z [00:02:29.402]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:17.7046450Z [00:02:29.402]➜  EOF
2025-08-20T22:21:17.7048035Z [00:02:29.403]➜  /root/.go/pkg/tool/linux_arm64/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 FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:21:17.7539862Z [00:02:29.452]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:21:17.7552351Z [00:02:29.453]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T22:21:17.7555248Z [00:02:29.453]➜  crypto/internal/randutil
2025-08-20T22:21:17.7555544Z [00:02:29.453]➜  mkdir -p $WORK/b085/
2025-08-20T22:21:17.7561847Z [00:02:29.454]➜  cat >/tmp/go-build2071284111/b085/importcfg << 'EOF' # internal
2025-08-20T22:21:17.7565459Z [00:02:29.455]➜  # import config
2025-08-20T22:21:17.7565942Z [00:02:29.455]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.7566521Z [00:02:29.455]➜  packagefile math/rand/v2=/tmp/go-build2071284111/b086/_pkg_.a
2025-08-20T22:21:17.7566999Z [00:02:29.455]➜  EOF
2025-08-20T22:21:17.7568784Z [00:02:29.455]➜  /root/.go/pkg/tool/linux_arm64/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 jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:21:17.7660272Z [00:02:29.464]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:21:17.7661062Z [00:02:29.464]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T22:21:17.7677819Z [00:02:29.466]➜  reflect
2025-08-20T22:21:17.7678263Z [00:02:29.466]➜  mkdir -p $WORK/b097/
2025-08-20T22:21:17.7679341Z [00:02:29.466]➜  echo -n > $WORK/b097/go_asm.h # internal
2025-08-20T22:21:17.7682542Z [00:02:29.466]➜  cd /root/.go/src/reflect
2025-08-20T22:21:17.7683765Z [00:02:29.466]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b097/symabis ./asm_arm64.s
2025-08-20T22:21:17.7689322Z [00:02:29.467]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:21:17.7706804Z [00:02:29.469]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:21:17.7708464Z [00:02:29.469]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:21:17.7711164Z [00:02:29.469]➜  crypto/internal/fips140
2025-08-20T22:21:17.7712268Z [00:02:29.469]➜  mkdir -p $WORK/b060/
2025-08-20T22:21:17.7720155Z [00:02:29.470]➜  cat >/tmp/go-build2071284111/b060/importcfg << 'EOF' # internal
2025-08-20T22:21:17.7720536Z [00:02:29.470]➜  # import config
2025-08-20T22:21:17.7720999Z [00:02:29.470]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2071284111/b061/_pkg_.a
2025-08-20T22:21:17.7721523Z [00:02:29.470]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.7721966Z [00:02:29.470]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.7722390Z [00:02:29.470]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.7722818Z [00:02:29.470]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:17.7723136Z [00:02:29.470]➜  EOF
2025-08-20T22:21:17.7723817Z [00:02:29.470]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.7726791Z [00:02:29.470]➜  /root/.go/pkg/tool/linux_arm64/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 kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -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:21:17.7754282Z [00:02:29.472]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:21:17.7754977Z [00:02:29.473]➜  crypto/internal/impl
2025-08-20T22:21:17.7755273Z [00:02:29.473]➜  mkdir -p $WORK/b069/
2025-08-20T22:21:17.7755645Z [00:02:29.473]➜  cat >/tmp/go-build2071284111/b069/importcfg << 'EOF' # internal
2025-08-20T22:21:17.7755992Z [00:02:29.473]➜  # import config
2025-08-20T22:21:17.7756349Z [00:02:29.473]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:17.7756667Z [00:02:29.473]➜  EOF
2025-08-20T22:21:17.7758219Z [00:02:29.473]➜  /root/.go/pkg/tool/linux_arm64/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 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:21:17.7844709Z [00:02:29.482]➜  cat >/tmp/go-build2071284111/b097/importcfg << 'EOF' # internal
2025-08-20T22:21:17.7845274Z [00:02:29.482]➜  # import config
2025-08-20T22:21:17.7845731Z [00:02:29.482]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.7846330Z [00:02:29.482]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:17.7846942Z [00:02:29.482]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.7847557Z [00:02:29.482]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:17.7848166Z [00:02:29.482]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:17.7848742Z [00:02:29.482]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:17.7849334Z [00:02:29.482]➜  packagefile internal/runtime/maps=/tmp/go-build2071284111/b027/_pkg_.a
2025-08-20T22:21:17.7850006Z [00:02:29.482]➜  packagefile internal/runtime/sys=/tmp/go-build2071284111/b031/_pkg_.a
2025-08-20T22:21:17.7850641Z [00:02:29.482]➜  packagefile internal/unsafeheader=/tmp/go-build2071284111/b009/_pkg_.a
2025-08-20T22:21:17.7851225Z [00:02:29.482]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:17.7851738Z [00:02:29.482]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:17.7852421Z [00:02:29.482]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.7852960Z [00:02:29.482]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:17.7853463Z [00:02:29.482]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.7854226Z [00:02:29.482]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:17.7854799Z [00:02:29.482]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:17.7855293Z [00:02:29.482]➜  EOF
2025-08-20T22:21:17.7866399Z [00:02:29.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -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:21:17.7930531Z [00:02:29.491]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:21:17.7931270Z [00:02:29.491]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T22:21:17.7932428Z [00:02:29.491]➜  math/rand
2025-08-20T22:21:17.7939406Z [00:02:29.491]➜  mkdir -p $WORK/b110/
2025-08-20T22:21:17.7939834Z [00:02:29.491]➜  cat >/tmp/go-build2071284111/b110/importcfg << 'EOF' # internal
2025-08-20T22:21:17.7940187Z [00:02:29.491]➜  # import config
2025-08-20T22:21:17.7940570Z [00:02:29.491]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:17.7941025Z [00:02:29.491]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:17.7941452Z [00:02:29.491]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.7941883Z [00:02:29.491]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.7942212Z [00:02:29.491]➜  EOF
2025-08-20T22:21:17.7944168Z [00:02:29.491]➜  /root/.go/pkg/tool/linux_arm64/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 d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -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:21:17.8008063Z [00:02:29.499]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:21:17.8013234Z [00:02:29.499]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T22:21:17.8015486Z [00:02:29.500]➜  crypto/internal/fips140/sha256
2025-08-20T22:21:17.8016627Z [00:02:29.500]➜  mkdir -p $WORK/b066/
2025-08-20T22:21:17.8020411Z [00:02:29.500]➜  echo -n > $WORK/b066/go_asm.h # internal
2025-08-20T22:21:17.8022029Z [00:02:29.500]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:21:17.8025699Z [00:02:29.500]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b066=>" -I $WORK/b066/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b066/symabis ./sha256block_arm64.s
2025-08-20T22:21:17.8082958Z [00:02:29.506]➜  cat >/tmp/go-build2071284111/b066/importcfg << 'EOF' # internal
2025-08-20T22:21:17.8083348Z [00:02:29.506]➜  # import config
2025-08-20T22:21:17.8084033Z [00:02:29.506]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:17.8084845Z [00:02:29.506]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:17.8085527Z [00:02:29.506]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:17.8086156Z [00:02:29.506]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:17.8086710Z [00:02:29.506]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:17.8087186Z [00:02:29.506]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.8087603Z [00:02:29.506]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.8088028Z [00:02:29.506]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.8088351Z [00:02:29.506]➜  EOF
2025-08-20T22:21:17.8088632Z [00:02:29.507]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.8091349Z [00:02:29.507]➜  /root/.go/pkg/tool/linux_arm64/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 XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -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_arm64.go
2025-08-20T22:21:17.8384243Z [00:02:29.536]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:21:17.8385674Z [00:02:29.536]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b066=>" -I $WORK/b066/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b066/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T22:21:17.8414407Z [00:02:29.539]➜  go tool pack r $WORK/b066/_pkg_.a $WORK/b066/sha256block_arm64.o # internal
2025-08-20T22:21:17.8439762Z [00:02:29.540]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:21:17.8440537Z [00:02:29.540]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T22:21:17.8444739Z [00:02:29.541]➜  crypto/internal/fips140/sha3
2025-08-20T22:21:17.8445243Z [00:02:29.541]➜  mkdir -p $WORK/b070/
2025-08-20T22:21:17.8445696Z [00:02:29.541]➜  echo -n > $WORK/b070/go_asm.h # internal
2025-08-20T22:21:17.8446172Z [00:02:29.541]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:21:17.8447553Z [00:02:29.541]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b070/symabis ./sha3_arm64.s
2025-08-20T22:21:17.8457930Z [00:02:29.544]➜  cat >/tmp/go-build2071284111/b070/importcfg << 'EOF' # internal
2025-08-20T22:21:17.8459363Z [00:02:29.544]➜  # import config
2025-08-20T22:21:17.8460071Z [00:02:29.544]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:17.8462644Z [00:02:29.544]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:17.8464400Z [00:02:29.544]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:17.8465478Z [00:02:29.544]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:17.8466262Z [00:02:29.544]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:17.8467655Z [00:02:29.544]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:17.8468183Z [00:02:29.544]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.8468941Z [00:02:29.544]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.8469428Z [00:02:29.544]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.8469747Z [00:02:29.544]➜  EOF
2025-08-20T22:21:17.8470025Z [00:02:29.544]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.8473007Z [00:02:29.544]➜  /root/.go/pkg/tool/linux_arm64/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 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -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_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T22:21:17.8908776Z [00:02:29.589]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:21:17.8911065Z [00:02:29.589]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b070=>" -I $WORK/b070/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b070/sha3_arm64.o ./sha3_arm64.s
2025-08-20T22:21:17.8952905Z [00:02:29.593]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:21:17.8953680Z [00:02:29.593]➜  go tool pack r $WORK/b070/_pkg_.a $WORK/b070/sha3_arm64.o # internal
2025-08-20T22:21:17.8967561Z [00:02:29.595]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:21:17.8968408Z [00:02:29.595]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T22:21:17.8969149Z [00:02:29.595]➜  crypto/internal/fips140/sha512
2025-08-20T22:21:17.8969469Z [00:02:29.595]➜  mkdir -p $WORK/b072/
2025-08-20T22:21:17.8969788Z [00:02:29.595]➜  echo -n > $WORK/b072/go_asm.h # internal
2025-08-20T22:21:17.8970160Z [00:02:29.595]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:21:17.8971479Z [00:02:29.595]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b072/symabis ./sha512block_arm64.s
2025-08-20T22:21:17.8973083Z [00:02:29.595]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:21:17.8973851Z [00:02:29.595]➜  crypto/sha3
2025-08-20T22:21:17.8974215Z [00:02:29.595]➜  mkdir -p $WORK/b091/
2025-08-20T22:21:17.8974687Z [00:02:29.595]➜  cat >/tmp/go-build2071284111/b091/importcfg << 'EOF' # internal
2025-08-20T22:21:17.8975150Z [00:02:29.595]➜  # import config
2025-08-20T22:21:17.8975584Z [00:02:29.595]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:17.8976186Z [00:02:29.595]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:17.8976765Z [00:02:29.595]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.8977189Z [00:02:29.595]➜  EOF
2025-08-20T22:21:17.8977575Z [00:02:29.595]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.8979160Z [00:02:29.595]➜  /root/.go/pkg/tool/linux_arm64/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 W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:21:17.9053923Z [00:02:29.603]➜  cat >/tmp/go-build2071284111/b072/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9054774Z [00:02:29.603]➜  # import config
2025-08-20T22:21:17.9067627Z [00:02:29.603]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:17.9068598Z [00:02:29.603]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:17.9069251Z [00:02:29.603]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:17.9069911Z [00:02:29.603]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:17.9070472Z [00:02:29.603]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:17.9070941Z [00:02:29.603]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.9071353Z [00:02:29.603]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.9071776Z [00:02:29.603]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.9072108Z [00:02:29.603]➜  EOF
2025-08-20T22:21:17.9075037Z [00:02:29.603]➜  /root/.go/pkg/tool/linux_arm64/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 vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -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_arm64.go
2025-08-20T22:21:17.9080565Z [00:02:29.606]➜  cd /root/.go/src/syscall
2025-08-20T22:21:17.9082135Z [00:02:29.606]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:21:17.9117065Z [00:02:29.610]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_linux_arm64.o # internal
2025-08-20T22:21:17.9117750Z [00:02:29.610]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:21:17.9216960Z [00:02:29.620]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:21:17.9217786Z [00:02:29.620]➜  time
2025-08-20T22:21:17.9234336Z [00:02:29.622]➜  mkdir -p $WORK/b044/
2025-08-20T22:21:17.9235080Z [00:02:29.622]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:21:17.9241298Z [00:02:29.622]➜  cat >/tmp/go-build2071284111/b044/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9241674Z [00:02:29.622]➜  # import config
2025-08-20T22:21:17.9242020Z [00:02:29.622]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.9242535Z [00:02:29.622]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:17.9243031Z [00:02:29.622]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:17.9243732Z [00:02:29.622]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:17.9244282Z [00:02:29.622]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:17.9244725Z [00:02:29.622]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.9245164Z [00:02:29.622]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:17.9245623Z [00:02:29.622]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:17.9245939Z [00:02:29.622]➜  EOF
2025-08-20T22:21:17.9246216Z [00:02:29.622]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.9248998Z [00:02:29.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b044=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -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:21:17.9263308Z [00:02:29.624]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T22:21:17.9375254Z [00:02:29.633]➜  internal/syscall/unix
2025-08-20T22:21:17.9375608Z [00:02:29.633]➜  mkdir -p $WORK/b077/
2025-08-20T22:21:17.9376025Z [00:02:29.633]➜  cat >/tmp/go-build2071284111/b077/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9376519Z [00:02:29.633]➜  # import config
2025-08-20T22:21:17.9376883Z [00:02:29.633]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:17.9377364Z [00:02:29.633]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:17.9377809Z [00:02:29.633]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:17.9378126Z [00:02:29.633]➜  EOF
2025-08-20T22:21:17.9384474Z [00:02:29.633]➜  /root/.go/pkg/tool/linux_arm64/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 Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -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_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:21:17.9512817Z [00:02:29.649]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:21:17.9514436Z [00:02:29.649]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b072/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T22:21:17.9596922Z [00:02:29.658]➜  go tool pack r $WORK/b072/_pkg_.a $WORK/b072/sha512block_arm64.o # internal
2025-08-20T22:21:17.9601287Z [00:02:29.658]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:21:17.9605640Z [00:02:29.659]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T22:21:17.9609273Z [00:02:29.659]➜  crypto/internal/fips140/hmac
2025-08-20T22:21:17.9609695Z [00:02:29.659]➜  mkdir -p $WORK/b065/
2025-08-20T22:21:17.9613361Z [00:02:29.659]➜  cat >/tmp/go-build2071284111/b065/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9614641Z [00:02:29.659]➜  # import config
2025-08-20T22:21:17.9615601Z [00:02:29.659]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:17.9616154Z [00:02:29.659]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:17.9616744Z [00:02:29.659]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:17.9617331Z [00:02:29.659]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:17.9617938Z [00:02:29.659]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:17.9618436Z [00:02:29.659]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:17.9618850Z [00:02:29.660]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.9619155Z [00:02:29.660]➜  EOF
2025-08-20T22:21:17.9619446Z [00:02:29.660]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:17.9621443Z [00:02:29.660]➜  /root/.go/pkg/tool/linux_arm64/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 A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -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:21:17.9751469Z [00:02:29.673]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:21:17.9756808Z [00:02:29.674]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:21:17.9757412Z [00:02:29.674]➜  internal/syscall/execenv
2025-08-20T22:21:17.9761556Z [00:02:29.674]➜  mkdir -p $WORK/b083/
2025-08-20T22:21:17.9800839Z [00:02:29.678]➜  cat >/tmp/go-build2071284111/b083/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9801857Z [00:02:29.678]➜  # import config
2025-08-20T22:21:17.9802705Z [00:02:29.678]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:17.9803072Z [00:02:29.678]➜  EOF
2025-08-20T22:21:17.9805679Z [00:02:29.679]➜  /root/.go/pkg/tool/linux_arm64/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 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -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:21:17.9841840Z [00:02:29.682]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:21:17.9849025Z [00:02:29.683]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T22:21:17.9851125Z [00:02:29.683]➜  crypto/internal/fips140/check
2025-08-20T22:21:17.9852217Z [00:02:29.683]➜  mkdir -p $WORK/b064/
2025-08-20T22:21:17.9857529Z [00:02:29.684]➜  cat >/tmp/go-build2071284111/b064/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9858481Z [00:02:29.684]➜  # import config
2025-08-20T22:21:17.9859555Z [00:02:29.684]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:17.9860817Z [00:02:29.684]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2071284111/b065/_pkg_.a
2025-08-20T22:21:17.9861938Z [00:02:29.684]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:17.9862618Z [00:02:29.684]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:17.9863271Z [00:02:29.684]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2071284111/b061/_pkg_.a
2025-08-20T22:21:17.9864045Z [00:02:29.684]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:17.9864355Z [00:02:29.684]➜  EOF
2025-08-20T22:21:17.9866469Z [00:02:29.684]➜  /root/.go/pkg/tool/linux_arm64/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 nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -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:21:17.9917717Z [00:02:29.690]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:21:17.9921948Z [00:02:29.690]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:21:17.9922640Z [00:02:29.690]➜  crypto/internal/fips140hash
2025-08-20T22:21:17.9924868Z [00:02:29.690]➜  mkdir -p $WORK/b090/
2025-08-20T22:21:17.9925404Z [00:02:29.691]➜  cat >/tmp/go-build2071284111/b090/importcfg << 'EOF' # internal
2025-08-20T22:21:17.9925853Z [00:02:29.691]➜  # import config
2025-08-20T22:21:17.9926309Z [00:02:29.691]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:17.9926832Z [00:02:29.691]➜  packagefile crypto/sha3=/tmp/go-build2071284111/b091/_pkg_.a
2025-08-20T22:21:17.9927264Z [00:02:29.691]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:17.9927575Z [00:02:29.691]➜  EOF
2025-08-20T22:21:17.9929973Z [00:02:29.691]➜  /root/.go/pkg/tool/linux_arm64/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 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:21:18.0012849Z [00:02:29.699]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:21:18.0019889Z [00:02:29.700]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T22:21:18.0020602Z [00:02:29.700]➜  crypto/internal/fips140cache
2025-08-20T22:21:18.0020906Z [00:02:29.700]➜  mkdir -p $WORK/b114/
2025-08-20T22:21:18.0023569Z [00:02:29.700]➜  cat >/tmp/go-build2071284111/b114/importcfg << 'EOF' # internal
2025-08-20T22:21:18.0024707Z [00:02:29.700]➜  # import config
2025-08-20T22:21:18.0025635Z [00:02:29.700]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:18.0026147Z [00:02:29.700]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.0026573Z [00:02:29.700]➜  packagefile weak=/tmp/go-build2071284111/b115/_pkg_.a
2025-08-20T22:21:18.0026883Z [00:02:29.700]➜  EOF
2025-08-20T22:21:18.0028626Z [00:02:29.701]➜  /root/.go/pkg/tool/linux_arm64/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 mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:21:18.0054036Z [00:02:29.703]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:21:18.0059862Z [00:02:29.704]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T22:21:18.0075310Z [00:02:29.705]➜  crypto/internal/fips140/aes
2025-08-20T22:21:18.0076206Z [00:02:29.705]➜  mkdir -p $WORK/b059/
2025-08-20T22:21:18.0076563Z [00:02:29.705]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T22:21:18.0076922Z [00:02:29.705]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:21:18.0078578Z [00:02:29.705]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b059/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T22:21:18.0101579Z [00:02:29.708]➜  cat >/tmp/go-build2071284111/b059/importcfg << 'EOF' # internal
2025-08-20T22:21:18.0102720Z [00:02:29.708]➜  # import config
2025-08-20T22:21:18.0103115Z [00:02:29.708]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:18.0103768Z [00:02:29.708]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:18.0104428Z [00:02:29.708]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:18.0105017Z [00:02:29.708]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:18.0105605Z [00:02:29.708]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:18.0106236Z [00:02:29.708]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:18.0106872Z [00:02:29.708]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:18.0107497Z [00:02:29.708]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2071284111/b061/_pkg_.a
2025-08-20T22:21:18.0108068Z [00:02:29.708]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:18.0108534Z [00:02:29.708]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.0109404Z [00:02:29.708]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.0109844Z [00:02:29.708]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:18.0110163Z [00:02:29.708]➜  EOF
2025-08-20T22:21:18.0110443Z [00:02:29.708]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.0114138Z [00:02:29.708]➜  /root/.go/pkg/tool/linux_arm64/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 nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -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:21:18.0161605Z [00:02:29.714]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:21:18.0194954Z [00:02:29.717]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T22:21:18.0207622Z [00:02:29.718]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:21:18.0208186Z [00:02:29.718]➜  mkdir -p $WORK/b106/
2025-08-20T22:21:18.0208574Z [00:02:29.718]➜  cat >/tmp/go-build2071284111/b106/importcfg << 'EOF' # internal
2025-08-20T22:21:18.0208924Z [00:02:29.718]➜  # import config
2025-08-20T22:21:18.0209355Z [00:02:29.718]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:18.0209962Z [00:02:29.718]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:18.0210459Z [00:02:29.718]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.0210888Z [00:02:29.718]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.0211210Z [00:02:29.718]➜  EOF
2025-08-20T22:21:18.0216467Z [00:02:29.718]➜  /root/.go/pkg/tool/linux_arm64/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 IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -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:21:18.0820507Z [00:02:29.780]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:21:18.0845871Z [00:02:29.782]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b059/aes_arm64.o ./aes_arm64.s
2025-08-20T22:21:18.1101611Z [00:02:29.808]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b059/ctr_arm64.o ./ctr_arm64.s
2025-08-20T22:21:18.1320046Z [00:02:29.830]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/aes_arm64.o $WORK/b059/ctr_arm64.o # internal
2025-08-20T22:21:18.1320666Z [00:02:29.830]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:21:18.1332656Z [00:02:29.831]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T22:21:18.1334460Z [00:02:29.832]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:21:18.1334950Z [00:02:29.832]➜  mkdir -p $WORK/b107/
2025-08-20T22:21:18.1338672Z [00:02:29.832]➜  cat >/tmp/go-build2071284111/b107/importcfg << 'EOF' # internal
2025-08-20T22:21:18.1339061Z [00:02:29.832]➜  # import config
2025-08-20T22:21:18.1339648Z [00:02:29.832]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:18.1340357Z [00:02:29.832]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:18.1341088Z [00:02:29.832]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:18.1341761Z [00:02:29.832]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.1342374Z [00:02:29.832]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.1342820Z [00:02:29.832]➜  EOF
2025-08-20T22:21:18.1343122Z [00:02:29.832]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.1347372Z [00:02:29.833]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T22:21:18.1989245Z [00:02:29.897]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:21:18.2003669Z [00:02:29.898]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T22:21:18.2004366Z [00:02:29.898]➜  crypto/internal/fips140/bigmod
2025-08-20T22:21:18.2004667Z [00:02:29.898]➜  mkdir -p $WORK/b113/
2025-08-20T22:21:18.2004974Z [00:02:29.898]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T22:21:18.2005338Z [00:02:29.898]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:21:18.2006659Z [00:02:29.898]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b113/symabis ./nat_arm64.s
2025-08-20T22:21:18.2030641Z [00:02:29.901]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:21:18.2078275Z [00:02:29.906]➜  cat >/tmp/go-build2071284111/b113/importcfg << 'EOF' # internal
2025-08-20T22:21:18.2080400Z [00:02:29.906]➜  # import config
2025-08-20T22:21:18.2081838Z [00:02:29.906]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:18.2082506Z [00:02:29.906]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:18.2083138Z [00:02:29.906]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:18.2083871Z [00:02:29.906]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:18.2084766Z [00:02:29.906]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.2085203Z [00:02:29.906]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.2085526Z [00:02:29.906]➜  EOF
2025-08-20T22:21:18.2085803Z [00:02:29.906]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.2088015Z [00:02:29.906]➜  /root/.go/pkg/tool/linux_arm64/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 d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -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:21:18.2174575Z [00:02:29.915]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:21:18.2209093Z [00:02:29.919]➜  context
2025-08-20T22:21:18.2210339Z [00:02:29.919]➜  mkdir -p $WORK/b043/
2025-08-20T22:21:18.2214471Z [00:02:29.919]➜  cat >/tmp/go-build2071284111/b043/importcfg << 'EOF' # internal
2025-08-20T22:21:18.2214880Z [00:02:29.920]➜  # import config
2025-08-20T22:21:18.2215230Z [00:02:29.920]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.2215750Z [00:02:29.920]➜  packagefile internal/reflectlite=/tmp/go-build2071284111/b005/_pkg_.a
2025-08-20T22:21:18.2216227Z [00:02:29.920]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.2216667Z [00:02:29.920]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:18.2217100Z [00:02:29.920]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:18.2217407Z [00:02:29.920]➜  EOF
2025-08-20T22:21:18.2218747Z [00:02:29.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b043=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:21:18.3153628Z [00:02:30.013]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:21:18.3168101Z [00:02:30.015]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:21:18.3209236Z [00:02:30.019]➜  io/fs
2025-08-20T22:21:18.3209966Z [00:02:30.019]➜  mkdir -p $WORK/b080/
2025-08-20T22:21:18.3213660Z [00:02:30.019]➜  cat >/tmp/go-build2071284111/b080/importcfg << 'EOF' # internal
2025-08-20T22:21:18.3214087Z [00:02:30.020]➜  # import config
2025-08-20T22:21:18.3214438Z [00:02:30.020]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.3214937Z [00:02:30.020]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:18.3215432Z [00:02:30.020]➜  packagefile internal/oserror=/tmp/go-build2071284111/b049/_pkg_.a
2025-08-20T22:21:18.3215874Z [00:02:30.020]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.3216279Z [00:02:30.020]➜  packagefile path=/tmp/go-build2071284111/b081/_pkg_.a
2025-08-20T22:21:18.3216694Z [00:02:30.020]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:18.3217119Z [00:02:30.020]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:18.3217560Z [00:02:30.020]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:18.3218162Z [00:02:30.020]➜  EOF
2025-08-20T22:21:18.3220307Z [00:02:30.020]➜  /root/.go/pkg/tool/linux_arm64/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 vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -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:21:18.3386427Z [00:02:30.036]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:21:18.3440421Z [00:02:30.042]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T22:21:18.3451740Z [00:02:30.043]➜  internal/poll
2025-08-20T22:21:18.3454362Z [00:02:30.044]➜  mkdir -p $WORK/b082/
2025-08-20T22:21:18.3459796Z [00:02:30.044]➜  cat >/tmp/go-build2071284111/b082/importcfg << 'EOF' # internal
2025-08-20T22:21:18.3460180Z [00:02:30.044]➜  # import config
2025-08-20T22:21:18.3461581Z [00:02:30.044]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.3462118Z [00:02:30.044]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:18.3462628Z [00:02:30.044]➜  packagefile internal/syscall/unix=/tmp/go-build2071284111/b077/_pkg_.a
2025-08-20T22:21:18.3463093Z [00:02:30.044]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.3463731Z [00:02:30.044]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:18.3464244Z [00:02:30.044]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.3464699Z [00:02:30.044]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:18.3465138Z [00:02:30.044]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:18.3465553Z [00:02:30.044]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:18.3465861Z [00:02:30.044]➜  EOF
2025-08-20T22:21:18.3473648Z [00:02:30.045]➜  /root/.go/pkg/tool/linux_arm64/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 xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -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:21:18.3486160Z [00:02:30.047]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:21:18.3487484Z [00:02:30.047]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b113/nat_arm64.o ./nat_arm64.s
2025-08-20T22:21:18.3505464Z [00:02:30.049]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/nat_arm64.o # internal
2025-08-20T22:21:18.3505950Z [00:02:30.049]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:21:18.3519741Z [00:02:30.050]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T22:21:18.3527737Z [00:02:30.051]➜  crypto/internal/fips140/nistec
2025-08-20T22:21:18.3528775Z [00:02:30.051]➜  mkdir -p $WORK/b105/
2025-08-20T22:21:18.3533870Z [00:02:30.052]➜  echo -n > $WORK/b105/go_asm.h # internal
2025-08-20T22:21:18.3535656Z [00:02:30.052]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:21:18.3538217Z [00:02:30.052]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b105/symabis ./p256_asm_arm64.s
2025-08-20T22:21:18.3704602Z [00:02:30.068]➜  cat >/tmp/go-build2071284111/b105/importcfg << 'EOF' # internal
2025-08-20T22:21:18.3705230Z [00:02:30.068]➜  # import config
2025-08-20T22:21:18.3705834Z [00:02:30.068]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:18.3706580Z [00:02:30.068]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2071284111/b106/_pkg_.a
2025-08-20T22:21:18.3707246Z [00:02:30.068]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:18.3726899Z [00:02:30.068]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:18.3727522Z [00:02:30.068]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.3727971Z [00:02:30.069]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.3728437Z [00:02:30.069]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:18.3728857Z [00:02:30.069]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.3729167Z [00:02:30.069]➜  EOF
2025-08-20T22:21:18.3729447Z [00:02:30.069]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.3733706Z [00:02:30.069]➜  /root/.go/pkg/tool/linux_arm64/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 I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -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:21:18.4309289Z [00:02:30.129]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:21:18.4324522Z [00:02:30.131]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:21:18.4325874Z [00:02:30.131]➜  internal/filepathlite
2025-08-20T22:21:18.4326200Z [00:02:30.131]➜  mkdir -p $WORK/b079/
2025-08-20T22:21:18.4362825Z [00:02:30.134]➜  cat >/tmp/go-build2071284111/b079/importcfg << 'EOF' # internal
2025-08-20T22:21:18.4363245Z [00:02:30.134]➜  # import config
2025-08-20T22:21:18.4363845Z [00:02:30.134]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.4364371Z [00:02:30.134]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:18.4364927Z [00:02:30.134]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:18.4365398Z [00:02:30.134]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:18.4365816Z [00:02:30.134]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:18.4366130Z [00:02:30.134]➜  EOF
2025-08-20T22:21:18.4368139Z [00:02:30.134]➜  /root/.go/pkg/tool/linux_arm64/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 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -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:21:18.4860944Z [00:02:30.184]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:21:18.4868368Z [00:02:30.185]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:21:18.4870584Z [00:02:30.185]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:21:18.4871637Z [00:02:30.185]➜  mkdir -p $WORK/b129/
2025-08-20T22:21:18.4876964Z [00:02:30.186]➜  cat >/tmp/go-build2071284111/b129/importcfg << 'EOF' # internal
2025-08-20T22:21:18.4877349Z [00:02:30.186]➜  # import config
2025-08-20T22:21:18.4877819Z [00:02:30.186]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:18.4878470Z [00:02:30.186]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2071284111/b107/_pkg_.a
2025-08-20T22:21:18.4879107Z [00:02:30.186]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:18.4879731Z [00:02:30.186]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:18.4880274Z [00:02:30.186]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.4880708Z [00:02:30.186]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.4881140Z [00:02:30.186]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.4881450Z [00:02:30.186]➜  EOF
2025-08-20T22:21:18.4886542Z [00:02:30.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b129=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/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:21:18.5319232Z [00:02:30.230]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:21:18.5344047Z [00:02:30.232]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:21:18.5353468Z [00:02:30.233]➜  os
2025-08-20T22:21:18.5354766Z [00:02:30.234]➜  mkdir -p $WORK/b078/
2025-08-20T22:21:18.5377392Z [00:02:30.236]➜  cat >/tmp/go-build2071284111/b078/importcfg << 'EOF' # internal
2025-08-20T22:21:18.5378387Z [00:02:30.236]➜  # import config
2025-08-20T22:21:18.5378785Z [00:02:30.236]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.5379261Z [00:02:30.236]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:18.5379762Z [00:02:30.236]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:18.5380321Z [00:02:30.236]➜  packagefile internal/filepathlite=/tmp/go-build2071284111/b079/_pkg_.a
2025-08-20T22:21:18.5380832Z [00:02:30.236]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:18.5381310Z [00:02:30.236]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:18.5381783Z [00:02:30.236]➜  packagefile internal/poll=/tmp/go-build2071284111/b082/_pkg_.a
2025-08-20T22:21:18.5382775Z [00:02:30.236]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:18.5383316Z [00:02:30.236]➜  packagefile internal/syscall/execenv=/tmp/go-build2071284111/b083/_pkg_.a
2025-08-20T22:21:18.5384187Z [00:02:30.236]➜  packagefile internal/syscall/unix=/tmp/go-build2071284111/b077/_pkg_.a
2025-08-20T22:21:18.5384700Z [00:02:30.236]➜  packagefile internal/testlog=/tmp/go-build2071284111/b084/_pkg_.a
2025-08-20T22:21:18.5385153Z [00:02:30.236]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.5385575Z [00:02:30.236]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:18.5385997Z [00:02:30.236]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:18.5386450Z [00:02:30.236]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:18.5386867Z [00:02:30.236]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.5387301Z [00:02:30.236]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:18.5387780Z [00:02:30.236]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:18.5388202Z [00:02:30.236]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:18.5388508Z [00:02:30.236]➜  EOF
2025-08-20T22:21:18.5424253Z [00:02:30.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b078=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -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:21:18.5741742Z [00:02:30.271]➜  cd /root/.go/src/reflect
2025-08-20T22:21:18.5742800Z [00:02:30.271]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b097/asm_arm64.o ./asm_arm64.s
2025-08-20T22:21:18.5760715Z [00:02:30.274]➜  go tool pack r $WORK/b097/_pkg_.a $WORK/b097/asm_arm64.o # internal
2025-08-20T22:21:18.5762638Z [00:02:30.274]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:21:18.5812910Z [00:02:30.279]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:21:18.5827429Z [00:02:30.281]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T22:21:18.5828792Z [00:02:30.281]➜  bufio
2025-08-20T22:21:18.5829415Z [00:02:30.281]➜  mkdir -p $WORK/b133/
2025-08-20T22:21:18.5831319Z [00:02:30.281]➜  cat >/tmp/go-build2071284111/b133/importcfg << 'EOF' # internal
2025-08-20T22:21:18.5831708Z [00:02:30.281]➜  # import config
2025-08-20T22:21:18.5832054Z [00:02:30.281]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:18.5832833Z [00:02:30.281]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.5833250Z [00:02:30.281]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.5833814Z [00:02:30.281]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:18.5834280Z [00:02:30.281]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:18.5834616Z [00:02:30.281]➜  EOF
2025-08-20T22:21:18.5834894Z [00:02:30.281]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.5836408Z [00:02:30.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b133=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -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:21:18.5880989Z [00:02:30.286]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:21:18.5884758Z [00:02:30.286]➜  internal/fmtsort
2025-08-20T22:21:18.5885055Z [00:02:30.286]➜  mkdir -p $WORK/b096/
2025-08-20T22:21:18.5885436Z [00:02:30.286]➜  cat >/tmp/go-build2071284111/b096/importcfg << 'EOF' # internal
2025-08-20T22:21:18.5885781Z [00:02:30.286]➜  # import config
2025-08-20T22:21:18.5886111Z [00:02:30.286]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:18.5886558Z [00:02:30.286]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:18.5886988Z [00:02:30.286]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:18.5887302Z [00:02:30.286]➜  EOF
2025-08-20T22:21:18.5888777Z [00:02:30.286]➜  /root/.go/pkg/tool/linux_arm64/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 WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:21:18.6365285Z [00:02:30.334]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:21:18.6379267Z [00:02:30.336]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:21:18.6380357Z [00:02:30.336]➜  encoding/binary
2025-08-20T22:21:18.6381431Z [00:02:30.336]➜  mkdir -p $WORK/b124/
2025-08-20T22:21:18.6394785Z [00:02:30.338]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:21:18.6396247Z [00:02:30.338]➜  cat >/tmp/go-build2071284111/b124/importcfg << 'EOF' # internal
2025-08-20T22:21:18.6396985Z [00:02:30.338]➜  # import config
2025-08-20T22:21:18.6397869Z [00:02:30.338]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.6398333Z [00:02:30.338]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.6398787Z [00:02:30.338]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:18.6399214Z [00:02:30.338]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:18.6399641Z [00:02:30.338]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:18.6400058Z [00:02:30.338]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.6400365Z [00:02:30.338]➜  EOF
2025-08-20T22:21:18.6402220Z [00:02:30.338]➜  /root/.go/pkg/tool/linux_arm64/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 NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -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:21:18.6417263Z [00:02:30.340]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:21:18.6419868Z [00:02:30.340]➜  encoding/pem
2025-08-20T22:21:18.6420442Z [00:02:30.340]➜  mkdir -p $WORK/b144/
2025-08-20T22:21:18.6422371Z [00:02:30.340]➜  cat >/tmp/go-build2071284111/b144/importcfg << 'EOF' # internal
2025-08-20T22:21:18.6423243Z [00:02:30.340]➜  # import config
2025-08-20T22:21:18.6423733Z [00:02:30.340]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:18.6424271Z [00:02:30.340]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:18.6424725Z [00:02:30.340]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.6425137Z [00:02:30.340]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.6425546Z [00:02:30.340]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:18.6425984Z [00:02:30.340]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:18.6426297Z [00:02:30.340]➜  EOF
2025-08-20T22:21:18.6440537Z [00:02:30.342]➜  /root/.go/pkg/tool/linux_arm64/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 IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:21:18.6837248Z [00:02:30.382]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:21:18.6839685Z [00:02:30.382]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T22:21:18.6841142Z [00:02:30.382]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:21:18.6841473Z [00:02:30.382]➜  mkdir -p $WORK/b147/
2025-08-20T22:21:18.6841849Z [00:02:30.382]➜  cat >/tmp/go-build2071284111/b147/importcfg << 'EOF' # internal
2025-08-20T22:21:18.6842223Z [00:02:30.382]➜  # import config
2025-08-20T22:21:18.6842561Z [00:02:30.382]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.6842871Z [00:02:30.382]➜  EOF
2025-08-20T22:21:18.6845139Z [00:02:30.382]➜  /root/.go/pkg/tool/linux_arm64/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 xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -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:21:18.7571432Z [00:02:30.455]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:21:18.7577252Z [00:02:30.456]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b105/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T22:21:18.7705557Z [00:02:30.467]➜  go tool pack r $WORK/b105/_pkg_.a $WORK/b105/p256_asm_arm64.o # internal
2025-08-20T22:21:18.7707078Z [00:02:30.467]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:21:18.7738486Z [00:02:30.472]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T22:21:18.7739904Z [00:02:30.472]➜  internal/singleflight
2025-08-20T22:21:18.7740582Z [00:02:30.472]➜  mkdir -p $WORK/b149/
2025-08-20T22:21:18.7742017Z [00:02:30.472]➜  cat >/tmp/go-build2071284111/b149/importcfg << 'EOF' # internal
2025-08-20T22:21:18.7743122Z [00:02:30.472]➜  # import config
2025-08-20T22:21:18.7743615Z [00:02:30.472]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.7744001Z [00:02:30.472]➜  EOF
2025-08-20T22:21:18.7744709Z [00:02:30.473]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.7746466Z [00:02:30.473]➜  /root/.go/pkg/tool/linux_arm64/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 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:21:18.8003185Z [00:02:30.498]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:21:18.8006706Z [00:02:30.499]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:21:18.8011171Z [00:02:30.499]➜  unique
2025-08-20T22:21:18.8011462Z [00:02:30.499]➜  mkdir -p $WORK/b151/
2025-08-20T22:21:18.8017402Z [00:02:30.500]➜  cat >/tmp/go-build2071284111/b151/importcfg << 'EOF' # internal
2025-08-20T22:21:18.8018350Z [00:02:30.500]➜  # import config
2025-08-20T22:21:18.8018990Z [00:02:30.500]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:18.8019865Z [00:02:30.500]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:18.8020952Z [00:02:30.500]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:18.8021516Z [00:02:30.500]➜  packagefile internal/sync=/tmp/go-build2071284111/b036/_pkg_.a
2025-08-20T22:21:18.8022001Z [00:02:30.500]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:18.8022429Z [00:02:30.500]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:18.8022863Z [00:02:30.500]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:18.8023300Z [00:02:30.500]➜  packagefile weak=/tmp/go-build2071284111/b115/_pkg_.a
2025-08-20T22:21:18.8023774Z [00:02:30.500]➜  EOF
2025-08-20T22:21:18.8044390Z [00:02:30.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b151=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -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:21:18.8248648Z [00:02:30.523]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:21:18.8279990Z [00:02:30.526]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:21:18.8280819Z [00:02:30.526]➜  golang.org/x/crypto/blake2b
2025-08-20T22:21:18.8283857Z [00:02:30.526]➜  mkdir -p $WORK/b123/
2025-08-20T22:21:18.8284318Z [00:02:30.526]➜  cat >/tmp/go-build2071284111/b123/importcfg << 'EOF' # internal
2025-08-20T22:21:18.8286982Z [00:02:30.526]➜  # import config
2025-08-20T22:21:18.8287372Z [00:02:30.526]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:18.8287834Z [00:02:30.526]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:18.8288337Z [00:02:30.526]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.8288753Z [00:02:30.526]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:18.8289155Z [00:02:30.526]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.8289591Z [00:02:30.526]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.8289913Z [00:02:30.526]➜  EOF
2025-08-20T22:21:18.8292635Z [00:02:30.527]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid sa2z_9e6BCXcTotmIsLN/sa2z_9e6BCXcTotmIsLN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /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/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2b/blake2b_ref.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:21:18.8964238Z [00:02:30.594]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:21:18.8988338Z [00:02:30.597]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:21:18.9018102Z [00:02:30.600]➜  golang.org/x/crypto/blake2s
2025-08-20T22:21:18.9018806Z [00:02:30.600]➜  mkdir -p $WORK/b125/
2025-08-20T22:21:18.9019409Z [00:02:30.600]➜  cat >/tmp/go-build2071284111/b125/importcfg << 'EOF' # internal
2025-08-20T22:21:18.9020529Z [00:02:30.600]➜  # import config
2025-08-20T22:21:18.9020928Z [00:02:30.600]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:18.9021390Z [00:02:30.600]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:18.9021842Z [00:02:30.600]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.9022252Z [00:02:30.600]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:18.9022660Z [00:02:30.600]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:18.9023083Z [00:02:30.600]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.9023418Z [00:02:30.600]➜  EOF
2025-08-20T22:21:18.9026243Z [00:02:30.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s=>golang.org/x/crypto@v0.38.0/blake2s;$WORK/b125=>" -p golang.org/x/crypto/blake2s -lang=go1.23 -complete -installsuffix shared -buildid V3dnJValP8i754f5Gbq0/V3dnJValP8i754f5Gbq0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /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_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2s_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/blake2s/blake2x.go
2025-08-20T22:21:18.9176829Z [00:02:30.614]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:21:18.9202483Z [00:02:30.617]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:21:18.9205677Z [00:02:30.619]➜  net/netip
2025-08-20T22:21:18.9206025Z [00:02:30.619]➜  mkdir -p $WORK/b150/
2025-08-20T22:21:18.9210397Z [00:02:30.619]➜  cat >/tmp/go-build2071284111/b150/importcfg << 'EOF' # internal
2025-08-20T22:21:18.9210761Z [00:02:30.619]➜  # import config
2025-08-20T22:21:18.9211093Z [00:02:30.619]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:18.9211517Z [00:02:30.619]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:18.9212315Z [00:02:30.619]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:18.9212822Z [00:02:30.619]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:18.9218444Z [00:02:30.619]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:18.9218970Z [00:02:30.619]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:18.9219398Z [00:02:30.619]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.9219848Z [00:02:30.619]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:18.9220273Z [00:02:30.619]➜  packagefile unique=/tmp/go-build2071284111/b151/_pkg_.a
2025-08-20T22:21:18.9220585Z [00:02:30.619]➜  EOF
2025-08-20T22:21:18.9222109Z [00:02:30.619]➜  /root/.go/pkg/tool/linux_arm64/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 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -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:21:18.9264593Z [00:02:30.624]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:21:18.9266507Z [00:02:30.624]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/5e/5e55e38e1b1c553bc50829d0831a5d2e50486d533b3a838467097c93a8711107-d # internal
2025-08-20T22:21:18.9376035Z [00:02:30.635]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:21:18.9376862Z [00:02:30.636]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/42/42b396f4715b3d664bc72245fa7786c0a0c3bd734cd1974003ae33ced7599f0a-d # internal
2025-08-20T22:21:18.9379845Z [00:02:30.636]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T22:21:18.9381678Z [00:02:30.636]➜  mkdir -p $WORK/b158/
2025-08-20T22:21:18.9382127Z [00:02:30.636]➜  cat >/tmp/go-build2071284111/b158/importcfg << 'EOF' # internal
2025-08-20T22:21:18.9382518Z [00:02:30.636]➜  # import config
2025-08-20T22:21:18.9382888Z [00:02:30.636]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:18.9383370Z [00:02:30.636]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:18.9384000Z [00:02:30.636]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:18.9384545Z [00:02:30.636]➜  EOF
2025-08-20T22:21:18.9387442Z [00:02:30.636]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid rseSTf03CYkvqM0_TTJc/rseSTf03CYkvqM0_TTJc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/internal/poly1305/mac_noasm.go /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_generic.go
2025-08-20T22:21:18.9495159Z [00:02:30.648]➜  runtime/cgo
2025-08-20T22:21:18.9512834Z [00:02:30.649]➜  mkdir -p $WORK/b152/
2025-08-20T22:21:18.9517450Z [00:02:30.650]➜  echo -n > $WORK/b152/preferlinkext # internal
2025-08-20T22:21:18.9518929Z [00:02:30.650]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:18.9521053Z [00:02:30.650]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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:21:18.9753421Z [00:02:30.673]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:21:18.9758213Z [00:02:30.674]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/b0/b0d6364058a3baf35d53def309bedd434cafafb47db16c3952ea0c29a3faa0f2-d # internal
2025-08-20T22:21:18.9760274Z [00:02:30.674]➜  golang.org/x/crypto/blowfish
2025-08-20T22:21:18.9760592Z [00:02:30.674]➜  mkdir -p $WORK/b160/
2025-08-20T22:21:18.9760965Z [00:02:30.674]➜  cat >/tmp/go-build2071284111/b160/importcfg << 'EOF' # internal
2025-08-20T22:21:18.9761308Z [00:02:30.674]➜  # import config
2025-08-20T22:21:18.9761652Z [00:02:30.674]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:18.9761972Z [00:02:30.674]➜  EOF
2025-08-20T22:21:18.9762268Z [00:02:30.674]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:18.9764726Z [00:02:30.674]➜  /root/.go/pkg/tool/linux_arm64/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 4BbI_mcY99P5SFXwd0OD/4BbI_mcY99P5SFXwd0OD -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:21:18.9829000Z [00:02:30.681]➜  cd $WORK
2025-08-20T22:21:18.9836758Z [00:02:30.682]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:21:18.9949870Z [00:02:30.693]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:21:19.0035196Z [00:02:30.699]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:21:19.0044602Z [00:02:30.703]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:21:19.0053868Z [00:02:30.703]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:21:19.0064238Z [00:02:30.704]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:21:19.0067547Z [00:02:30.705]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/e1/e1ef18341760c00c0729b9bc4164140ff2a95e6420f9fc5130e5139217d3cd92-d # internal
2025-08-20T22:21:19.0548299Z [00:02:30.753]➜  crypto/internal/sysrand
2025-08-20T22:21:19.0548703Z [00:02:30.753]➜  mkdir -p $WORK/b076/
2025-08-20T22:21:19.0549225Z [00:02:30.753]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:21:19.0549797Z [00:02:30.753]➜  cat >/tmp/go-build2071284111/b076/importcfg << 'EOF' # internal
2025-08-20T22:21:19.0550534Z [00:02:30.753]➜  # import config
2025-08-20T22:21:19.0550939Z [00:02:30.753]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.0551422Z [00:02:30.753]➜  packagefile internal/syscall/unix=/tmp/go-build2071284111/b077/_pkg_.a
2025-08-20T22:21:19.0551891Z [00:02:30.753]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.0552295Z [00:02:30.753]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:19.0552767Z [00:02:30.753]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:19.0553185Z [00:02:30.753]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.0554209Z [00:02:30.753]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:19.0554739Z [00:02:30.753]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:19.0555158Z [00:02:30.753]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:19.0555466Z [00:02:30.753]➜  EOF
2025-08-20T22:21:19.0561667Z [00:02:30.754]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.0563788Z [00:02:30.754]➜  /root/.go/pkg/tool/linux_arm64/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 mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -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:21:19.0766064Z [00:02:30.775]➜  cd $WORK
2025-08-20T22:21:19.0785463Z [00:02:30.775]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:21:19.0917093Z [00:02:30.790]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:21:19.0936777Z [00:02:30.791]➜  fmt
2025-08-20T22:21:19.0937121Z [00:02:30.791]➜  mkdir -p $WORK/b095/
2025-08-20T22:21:19.0937525Z [00:02:30.791]➜  cat >/tmp/go-build2071284111/b095/importcfg << 'EOF' # internal
2025-08-20T22:21:19.0937992Z [00:02:30.791]➜  # import config
2025-08-20T22:21:19.0938341Z [00:02:30.791]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.0938802Z [00:02:30.791]➜  packagefile internal/fmtsort=/tmp/go-build2071284111/b096/_pkg_.a
2025-08-20T22:21:19.0939267Z [00:02:30.791]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.0941269Z [00:02:30.791]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.0943909Z [00:02:30.791]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:19.0944392Z [00:02:30.791]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:19.0944821Z [00:02:30.791]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:19.0945247Z [00:02:30.791]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.0945688Z [00:02:30.791]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.0946161Z [00:02:30.791]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:19.0946495Z [00:02:30.791]➜  EOF
2025-08-20T22:21:19.0946772Z [00:02:30.792]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.0948529Z [00:02:30.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b095=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -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:21:19.0975109Z [00:02:30.792]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:21:19.0981203Z [00:02:30.796]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T22:21:19.1065389Z [00:02:30.805]➜  cd $WORK
2025-08-20T22:21:19.1066613Z [00:02:30.805]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -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:21:19.1183093Z [00:02:30.815]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:21:19.1189548Z [00:02:30.817]➜  cd $WORK/b152
2025-08-20T22:21:19.1191829Z [00:02:30.817]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x001.o -c _cgo_export.c
2025-08-20T22:21:19.1193912Z [00:02:30.817]➜  crypto/internal/entropy
2025-08-20T22:21:19.1194428Z [00:02:30.817]➜  mkdir -p $WORK/b075/
2025-08-20T22:21:19.1204798Z [00:02:30.819]➜  cat >/tmp/go-build2071284111/b075/importcfg << 'EOF' # internal
2025-08-20T22:21:19.1205176Z [00:02:30.819]➜  # import config
2025-08-20T22:21:19.1205586Z [00:02:30.819]➜  packagefile crypto/internal/sysrand=/tmp/go-build2071284111/b076/_pkg_.a
2025-08-20T22:21:19.1206346Z [00:02:30.819]➜  EOF
2025-08-20T22:21:19.1206636Z [00:02:30.819]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.1208363Z [00:02:30.819]➜  /root/.go/pkg/tool/linux_arm64/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 uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:21:19.1217030Z [00:02:30.820]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:21:19.1219718Z [00:02:30.820]➜  golang.org/x/sys/cpu
2025-08-20T22:21:19.1220801Z [00:02:30.820]➜  mkdir -p $WORK/b131/
2025-08-20T22:21:19.1221131Z [00:02:30.820]➜  echo -n > $WORK/b131/go_asm.h # internal
2025-08-20T22:21:19.1221518Z [00:02:30.820]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T22:21:19.1222702Z [00:02:30.820]➜  /root/.go/pkg/tool/linux_arm64/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/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b131/symabis ./cpu_arm64.s
2025-08-20T22:21:19.1272552Z [00:02:30.824]➜  cat >/tmp/go-build2071284111/b131/importcfg << 'EOF' # internal
2025-08-20T22:21:19.1272972Z [00:02:30.824]➜  # import config
2025-08-20T22:21:19.1273347Z [00:02:30.824]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.1273926Z [00:02:30.824]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.1274332Z [00:02:30.824]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:19.1274750Z [00:02:30.824]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:19.1275180Z [00:02:30.824]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.1275620Z [00:02:30.824]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:19.1276043Z [00:02:30.824]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:19.1276356Z [00:02:30.824]➜  EOF
2025-08-20T22:21:19.1276636Z [00:02:30.825]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.1281063Z [00:02:30.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b131=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid TZlr3gDhbPbdhBEdHMGN/TZlr3gDhbPbdhBEdHMGN -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/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_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_linux_arm64.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/proc_cpuinfo_linux.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:21:19.1338477Z [00:02:30.832]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:21:19.1347401Z [00:02:30.833]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T22:21:19.1351742Z [00:02:30.833]➜  crypto/internal/fips140/drbg
2025-08-20T22:21:19.1352132Z [00:02:30.833]➜  mkdir -p $WORK/b074/
2025-08-20T22:21:19.1352708Z [00:02:30.833]➜  cat >/tmp/go-build2071284111/b074/importcfg << 'EOF' # internal
2025-08-20T22:21:19.1353708Z [00:02:30.833]➜  # import config
2025-08-20T22:21:19.1354112Z [00:02:30.833]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.1354828Z [00:02:30.833]➜  packagefile crypto/internal/entropy=/tmp/go-build2071284111/b075/_pkg_.a
2025-08-20T22:21:19.1355556Z [00:02:30.833]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.1356294Z [00:02:30.833]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2071284111/b059/_pkg_.a
2025-08-20T22:21:19.1357061Z [00:02:30.833]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.1357827Z [00:02:30.833]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:19.1358650Z [00:02:30.833]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:19.1359435Z [00:02:30.833]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:19.1360169Z [00:02:30.833]➜  packagefile crypto/internal/sysrand=/tmp/go-build2071284111/b076/_pkg_.a
2025-08-20T22:21:19.1360838Z [00:02:30.833]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.1361413Z [00:02:30.833]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.1362039Z [00:02:30.833]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:19.1362502Z [00:02:30.833]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.1362813Z [00:02:30.833]➜  EOF
2025-08-20T22:21:19.1365540Z [00:02:30.833]➜  /root/.go/pkg/tool/linux_arm64/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 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -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:21:19.1406537Z [00:02:30.839]➜  cd $WORK/b152
2025-08-20T22:21:19.1410695Z [00:02:30.839]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x002.o -c cgo.cgo2.c
2025-08-20T22:21:19.1659287Z [00:02:30.864]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:21:19.1665127Z [00:02:30.865]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T22:21:19.1677223Z [00:02:30.866]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:21:19.1682536Z [00:02:30.866]➜  mkdir -p $WORK/b073/
2025-08-20T22:21:19.1684747Z [00:02:30.866]➜  echo -n > $WORK/b073/go_asm.h # internal
2025-08-20T22:21:19.1685134Z [00:02:30.866]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:21:19.1686447Z [00:02:30.866]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b073/symabis ./gcm_arm64.s
2025-08-20T22:21:19.1687572Z [00:02:30.867]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.1692339Z [00:02:30.867]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x003.o -c gcc_context.c
2025-08-20T22:21:19.1752837Z [00:02:30.873]➜  cat >/tmp/go-build2071284111/b073/importcfg << 'EOF' # internal
2025-08-20T22:21:19.1757731Z [00:02:30.874]➜  # import config
2025-08-20T22:21:19.1758213Z [00:02:30.874]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.1758802Z [00:02:30.874]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2071284111/b059/_pkg_.a
2025-08-20T22:21:19.1759394Z [00:02:30.874]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:19.1760001Z [00:02:30.874]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.1760580Z [00:02:30.874]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.1761162Z [00:02:30.874]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:19.1761785Z [00:02:30.874]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:19.1762425Z [00:02:30.874]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:19.1762981Z [00:02:30.874]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:19.1763453Z [00:02:30.874]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.1764094Z [00:02:30.874]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.1764409Z [00:02:30.874]➜  EOF
2025-08-20T22:21:19.1764701Z [00:02:30.874]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.1776816Z [00:02:30.874]➜  /root/.go/pkg/tool/linux_arm64/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 RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -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:21:19.1818973Z [00:02:30.880]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T22:21:19.1821440Z [00:02:30.880]➜  /root/.go/pkg/tool/linux_arm64/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/b131=>" -I $WORK/b131/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b131/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:21:19.1870235Z [00:02:30.885]➜  go tool pack r $WORK/b131/_pkg_.a $WORK/b131/cpu_arm64.o # internal
2025-08-20T22:21:19.1870770Z [00:02:30.885]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:21:19.1935112Z [00:02:30.889]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/71/71e34b809fe99867f88353ac27f3b72540245553f268ee9fc9e849b0efa5e192-d # internal
2025-08-20T22:21:19.1936344Z [00:02:30.890]➜  crypto/internal/fips140only
2025-08-20T22:21:19.1936730Z [00:02:30.890]➜  mkdir -p $WORK/b087/
2025-08-20T22:21:19.1937112Z [00:02:30.890]➜  cat >/tmp/go-build2071284111/b087/importcfg << 'EOF' # internal
2025-08-20T22:21:19.1937487Z [00:02:30.890]➜  # import config
2025-08-20T22:21:19.1937908Z [00:02:30.890]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.1938495Z [00:02:30.890]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:19.1939195Z [00:02:30.890]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:19.1940266Z [00:02:30.890]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:19.1940760Z [00:02:30.890]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.1941214Z [00:02:30.890]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:19.1941657Z [00:02:30.890]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.1941959Z [00:02:30.890]➜  EOF
2025-08-20T22:21:19.1942237Z [00:02:30.891]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.1944150Z [00:02:30.891]➜  /root/.go/pkg/tool/linux_arm64/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 g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:21:19.2062472Z [00:02:30.904]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.2064242Z [00:02:30.904]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x004.o -c gcc_fatalf.c
2025-08-20T22:21:19.2353650Z [00:02:30.933]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x005.o -c gcc_libinit.c
2025-08-20T22:21:19.2376200Z [00:02:30.936]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:21:19.2382709Z [00:02:30.936]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T22:21:19.2385977Z [00:02:30.937]➜  crypto/internal/fips140/ecdh
2025-08-20T22:21:19.2386312Z [00:02:30.937]➜  mkdir -p $WORK/b104/
2025-08-20T22:21:19.2389513Z [00:02:30.937]➜  cat >/tmp/go-build2071284111/b104/importcfg << 'EOF' # internal
2025-08-20T22:21:19.2391263Z [00:02:30.937]➜  # import config
2025-08-20T22:21:19.2392065Z [00:02:30.937]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.2392672Z [00:02:30.937]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.2393263Z [00:02:30.937]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.2394133Z [00:02:30.937]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.2394733Z [00:02:30.937]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2071284111/b105/_pkg_.a
2025-08-20T22:21:19.2395381Z [00:02:30.937]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:19.2395912Z [00:02:30.937]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.2396348Z [00:02:30.937]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.2396776Z [00:02:30.937]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:19.2397214Z [00:02:30.937]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.2397529Z [00:02:30.937]➜  EOF
2025-08-20T22:21:19.2397821Z [00:02:30.937]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.2399816Z [00:02:30.937]➜  /root/.go/pkg/tool/linux_arm64/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 R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -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:21:19.2414897Z [00:02:30.940]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:21:19.2464679Z [00:02:30.944]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b073=>" -I $WORK/b073/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b073/gcm_arm64.o ./gcm_arm64.s
2025-08-20T22:21:19.2582344Z [00:02:30.956]➜  go tool pack r $WORK/b073/_pkg_.a $WORK/b073/gcm_arm64.o # internal
2025-08-20T22:21:19.2582921Z [00:02:30.956]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:21:19.2594634Z [00:02:30.958]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T22:21:19.2599585Z [00:02:30.958]➜  crypto/cipher
2025-08-20T22:21:19.2599933Z [00:02:30.958]➜  mkdir -p $WORK/b058/
2025-08-20T22:21:19.2603413Z [00:02:30.958]➜  cat >/tmp/go-build2071284111/b058/importcfg << 'EOF' # internal
2025-08-20T22:21:19.2605049Z [00:02:30.959]➜  # import config
2025-08-20T22:21:19.2605952Z [00:02:30.959]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.2607448Z [00:02:30.959]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2071284111/b059/_pkg_.a
2025-08-20T22:21:19.2608397Z [00:02:30.959]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2071284111/b073/_pkg_.a
2025-08-20T22:21:19.2609238Z [00:02:30.959]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:19.2610275Z [00:02:30.959]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.2611324Z [00:02:30.959]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:19.2611859Z [00:02:30.959]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.2612340Z [00:02:30.959]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:19.2612798Z [00:02:30.959]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.2613104Z [00:02:30.959]➜  EOF
2025-08-20T22:21:19.2613386Z [00:02:30.959]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.2616297Z [00:02:30.959]➜  /root/.go/pkg/tool/linux_arm64/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 fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -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:21:19.2698776Z [00:02:30.968]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:21:19.2704909Z [00:02:30.969]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T22:21:19.2709056Z [00:02:30.969]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:21:19.2709390Z [00:02:30.969]➜  mkdir -p $WORK/b112/
2025-08-20T22:21:19.2713164Z [00:02:30.969]➜  cat >/tmp/go-build2071284111/b112/importcfg << 'EOF' # internal
2025-08-20T22:21:19.2713971Z [00:02:30.969]➜  # import config
2025-08-20T22:21:19.2714445Z [00:02:30.969]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.2715358Z [00:02:30.969]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.2716209Z [00:02:30.969]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2071284111/b113/_pkg_.a
2025-08-20T22:21:19.2717685Z [00:02:30.969]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.2718770Z [00:02:30.969]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.2719606Z [00:02:30.969]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2071284111/b065/_pkg_.a
2025-08-20T22:21:19.2720644Z [00:02:30.969]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2071284111/b105/_pkg_.a
2025-08-20T22:21:19.2721578Z [00:02:30.969]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:19.2722593Z [00:02:30.969]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.2723087Z [00:02:30.969]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.2724458Z [00:02:30.969]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.2724971Z [00:02:30.969]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.2725305Z [00:02:30.969]➜  EOF
2025-08-20T22:21:19.2727791Z [00:02:30.970]➜  /root/.go/pkg/tool/linux_arm64/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 HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -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:21:19.2757399Z [00:02:30.974]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.2759406Z [00:02:30.974]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:21:19.2880621Z [00:02:30.986]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:21:19.2905942Z [00:02:30.989]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:21:19.2907909Z [00:02:30.989]➜  encoding/hex
2025-08-20T22:21:19.2908790Z [00:02:30.989]➜  mkdir -p $WORK/b094/
2025-08-20T22:21:19.2909689Z [00:02:30.989]➜  cat >/tmp/go-build2071284111/b094/importcfg << 'EOF' # internal
2025-08-20T22:21:19.2910291Z [00:02:30.989]➜  # import config
2025-08-20T22:21:19.2910915Z [00:02:30.989]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.2911930Z [00:02:30.989]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:19.2912554Z [00:02:30.989]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.2913239Z [00:02:30.989]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:19.2914081Z [00:02:30.989]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:19.2914648Z [00:02:30.989]➜  EOF
2025-08-20T22:21:19.2915681Z [00:02:30.989]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.2917232Z [00:02:30.989]➜  /root/.go/pkg/tool/linux_arm64/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 iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:21:19.3105255Z [00:02:31.007]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.3107650Z [00:02:31.009]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x007.o -c gcc_mmap.c
2025-08-20T22:21:19.3198955Z [00:02:31.018]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:21:19.3204226Z [00:02:31.018]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:21:19.3206133Z [00:02:31.019]➜  encoding/json
2025-08-20T22:21:19.3236716Z [00:02:31.022]➜  mkdir -p $WORK/b098/
2025-08-20T22:21:19.3240527Z [00:02:31.022]➜  cat >/tmp/go-build2071284111/b098/importcfg << 'EOF' # internal
2025-08-20T22:21:19.3240907Z [00:02:31.022]➜  # import config
2025-08-20T22:21:19.3241253Z [00:02:31.022]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.3241669Z [00:02:31.022]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:19.3242111Z [00:02:31.022]➜  packagefile encoding=/tmp/go-build2071284111/b099/_pkg_.a
2025-08-20T22:21:19.3242572Z [00:02:31.022]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:19.3243022Z [00:02:31.022]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.3243432Z [00:02:31.022]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:19.3244043Z [00:02:31.022]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.3244466Z [00:02:31.022]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.3244886Z [00:02:31.022]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:19.3245307Z [00:02:31.022]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:19.3245727Z [00:02:31.022]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.3246153Z [00:02:31.022]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:19.3246579Z [00:02:31.022]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.3246997Z [00:02:31.022]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:19.3247447Z [00:02:31.022]➜  packagefile unicode/utf16=/tmp/go-build2071284111/b100/_pkg_.a
2025-08-20T22:21:19.3247915Z [00:02:31.022]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:19.3248246Z [00:02:31.022]➜  EOF
2025-08-20T22:21:19.3248523Z [00:02:31.022]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.3251414Z [00:02:31.022]➜  /root/.go/pkg/tool/linux_arm64/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 LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -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:21:19.3401412Z [00:02:31.038]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:21:19.3409372Z [00:02:31.039]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.3412179Z [00:02:31.039]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x008.o -c gcc_setenv.c
2025-08-20T22:21:19.3417212Z [00:02:31.040]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T22:21:19.3424806Z [00:02:31.040]➜  crypto/internal/boring
2025-08-20T22:21:19.3425438Z [00:02:31.040]➜  mkdir -p $WORK/b057/
2025-08-20T22:21:19.3425820Z [00:02:31.040]➜  cat >/tmp/go-build2071284111/b057/importcfg << 'EOF' # internal
2025-08-20T22:21:19.3426171Z [00:02:31.040]➜  # import config
2025-08-20T22:21:19.3426509Z [00:02:31.040]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.3426969Z [00:02:31.040]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:19.3427496Z [00:02:31.040]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2071284111/b089/_pkg_.a
2025-08-20T22:21:19.3427997Z [00:02:31.040]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.3428308Z [00:02:31.040]➜  EOF
2025-08-20T22:21:19.3428588Z [00:02:31.040]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.3456011Z [00:02:31.040]➜  /root/.go/pkg/tool/linux_arm64/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 H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -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:21:19.3596856Z [00:02:31.058]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:21:19.3602276Z [00:02:31.058]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T22:21:19.3603871Z [00:02:31.059]➜  crypto/hmac
2025-08-20T22:21:19.3606514Z [00:02:31.059]➜  mkdir -p $WORK/b056/
2025-08-20T22:21:19.3606931Z [00:02:31.059]➜  cat >/tmp/go-build2071284111/b056/importcfg << 'EOF' # internal
2025-08-20T22:21:19.3607285Z [00:02:31.059]➜  # import config
2025-08-20T22:21:19.3608545Z [00:02:31.059]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.3610520Z [00:02:31.059]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2071284111/b065/_pkg_.a
2025-08-20T22:21:19.3611307Z [00:02:31.059]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2071284111/b090/_pkg_.a
2025-08-20T22:21:19.3612337Z [00:02:31.059]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.3613445Z [00:02:31.059]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:19.3615220Z [00:02:31.059]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.3615966Z [00:02:31.059]➜  EOF
2025-08-20T22:21:19.3617978Z [00:02:31.059]➜  /root/.go/pkg/tool/linux_arm64/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 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:21:19.3619592Z [00:02:31.060]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.3621212Z [00:02:31.060]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x009.o -c gcc_sigaction.c
2025-08-20T22:21:19.3667369Z [00:02:31.065]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:21:19.3683047Z [00:02:31.066]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T22:21:19.3684949Z [00:02:31.067]➜  crypto/sha256
2025-08-20T22:21:19.3685948Z [00:02:31.067]➜  mkdir -p $WORK/b092/
2025-08-20T22:21:19.3689473Z [00:02:31.067]➜  cat >/tmp/go-build2071284111/b092/importcfg << 'EOF' # internal
2025-08-20T22:21:19.3690875Z [00:02:31.067]➜  # import config
2025-08-20T22:21:19.3691590Z [00:02:31.067]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.3692711Z [00:02:31.067]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.3693886Z [00:02:31.067]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:19.3694862Z [00:02:31.067]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.3695475Z [00:02:31.067]➜  EOF
2025-08-20T22:21:19.3696453Z [00:02:31.067]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.3698074Z [00:02:31.067]➜  /root/.go/pkg/tool/linux_arm64/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 RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:21:19.3819635Z [00:02:31.080]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:21:19.3824605Z [00:02:31.081]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T22:21:19.3827455Z [00:02:31.081]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:21:19.3829923Z [00:02:31.081]➜  crypto/ecdh
2025-08-20T22:21:19.3830790Z [00:02:31.081]➜  mkdir -p $WORK/b103/
2025-08-20T22:21:19.3835771Z [00:02:31.082]➜  cat >/tmp/go-build2071284111/b103/importcfg << 'EOF' # internal
2025-08-20T22:21:19.3836752Z [00:02:31.082]➜  # import config
2025-08-20T22:21:19.3837601Z [00:02:31.082]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.3838739Z [00:02:31.082]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.3839798Z [00:02:31.082]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.3840904Z [00:02:31.082]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2071284111/b104/_pkg_.a
2025-08-20T22:21:19.3841634Z [00:02:31.082]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2071284111/b107/_pkg_.a
2025-08-20T22:21:19.3842272Z [00:02:31.082]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.3842838Z [00:02:31.082]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:19.3843358Z [00:02:31.082]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:19.3866959Z [00:02:31.082]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.3867485Z [00:02:31.082]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.3867800Z [00:02:31.082]➜  EOF
2025-08-20T22:21:19.3869478Z [00:02:31.082]➜  /root/.go/pkg/tool/linux_arm64/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 CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -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:21:19.3871354Z [00:02:31.083]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T22:21:19.3871892Z [00:02:31.083]➜  math/big
2025-08-20T22:21:19.3872125Z [00:02:31.083]➜  mkdir -p $WORK/b109/
2025-08-20T22:21:19.3872439Z [00:02:31.084]➜  echo -n > $WORK/b109/go_asm.h # internal
2025-08-20T22:21:19.3872748Z [00:02:31.084]➜  cd /root/.go/src/math/big
2025-08-20T22:21:19.3873894Z [00:02:31.084]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b109/symabis ./arith_arm64.s
2025-08-20T22:21:19.3923088Z [00:02:31.090]➜  cat >/tmp/go-build2071284111/b109/importcfg << 'EOF' # internal
2025-08-20T22:21:19.3923793Z [00:02:31.090]➜  # import config
2025-08-20T22:21:19.3924279Z [00:02:31.090]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.3924831Z [00:02:31.090]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.3925379Z [00:02:31.090]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:19.3925999Z [00:02:31.090]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:19.3926639Z [00:02:31.090]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.3927177Z [00:02:31.090]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.3927757Z [00:02:31.090]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:19.3928342Z [00:02:31.090]➜  packagefile math/rand=/tmp/go-build2071284111/b110/_pkg_.a
2025-08-20T22:21:19.3928903Z [00:02:31.090]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:19.3929480Z [00:02:31.090]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.3930035Z [00:02:31.090]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:19.3930585Z [00:02:31.090]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.3931053Z [00:02:31.090]➜  EOF
2025-08-20T22:21:19.3931491Z [00:02:31.090]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.3938427Z [00:02:31.090]➜  /root/.go/pkg/tool/linux_arm64/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 ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -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_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:21:19.4019190Z [00:02:31.100]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.4020787Z [00:02:31.100]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x010.o -c gcc_stack_unix.c
2025-08-20T22:21:19.4259865Z [00:02:31.124]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x011.o -c gcc_traceback.c
2025-08-20T22:21:19.4406438Z [00:02:31.139]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:21:19.4418736Z [00:02:31.140]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T22:21:19.4421623Z [00:02:31.140]➜  crypto/sha512
2025-08-20T22:21:19.4421964Z [00:02:31.140]➜  mkdir -p $WORK/b116/
2025-08-20T22:21:19.4474225Z [00:02:31.145]➜  cat >/tmp/go-build2071284111/b116/importcfg << 'EOF' # internal
2025-08-20T22:21:19.4475653Z [00:02:31.146]➜  # import config
2025-08-20T22:21:19.4476057Z [00:02:31.146]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.4479391Z [00:02:31.146]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.4479971Z [00:02:31.146]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:19.4480468Z [00:02:31.146]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.4480775Z [00:02:31.146]➜  EOF
2025-08-20T22:21:19.4481086Z [00:02:31.146]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.4482638Z [00:02:31.146]➜  /root/.go/pkg/tool/linux_arm64/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 l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:21:19.4498162Z [00:02:31.147]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.4500256Z [00:02:31.147]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x012.o -c gcc_util.c
2025-08-20T22:21:19.4697348Z [00:02:31.168]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:21:19.4699157Z [00:02:31.168]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x013.o -c linux_syscall.c
2025-08-20T22:21:19.4717063Z [00:02:31.170]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T22:21:19.4717713Z [00:02:31.170]➜  crypto/internal/fips140/rsa
2025-08-20T22:21:19.4718006Z [00:02:31.170]➜  mkdir -p $WORK/b122/
2025-08-20T22:21:19.4718383Z [00:02:31.170]➜  cat >/tmp/go-build2071284111/b122/importcfg << 'EOF' # internal
2025-08-20T22:21:19.4718763Z [00:02:31.170]➜  # import config
2025-08-20T22:21:19.4719561Z [00:02:31.170]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.4720109Z [00:02:31.170]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.4720691Z [00:02:31.170]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2071284111/b113/_pkg_.a
2025-08-20T22:21:19.4721277Z [00:02:31.170]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.4721873Z [00:02:31.170]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.4722454Z [00:02:31.170]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:19.4723033Z [00:02:31.170]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:19.4735415Z [00:02:31.170]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:19.4736234Z [00:02:31.170]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:19.4736746Z [00:02:31.170]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.4737169Z [00:02:31.170]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.4737577Z [00:02:31.170]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.4737983Z [00:02:31.170]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.4738743Z [00:02:31.170]➜  EOF
2025-08-20T22:21:19.4739039Z [00:02:31.170]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.4741660Z [00:02:31.170]➜  /root/.go/pkg/tool/linux_arm64/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 OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -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:21:19.5325379Z [00:02:31.230]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.5326962Z [00:02:31.230]➜  TERM='dumb' gcc -I . -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_x014.o -c gcc_arm64.S
2025-08-20T22:21:19.5464529Z [00:02:31.244]➜  cd $WORK/b152
2025-08-20T22:21:19.5466265Z [00:02:31.244]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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=TGVioR3yNDWRnEGdnH6m -o $WORK/b152/_cgo_main.o -c _cgo_main.c
2025-08-20T22:21:19.5630883Z [00:02:31.261]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.5633370Z [00:02:31.261]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -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:21:19.6271092Z [00:02:31.325]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:21:19.6295310Z [00:02:31.327]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T22:21:19.6296618Z [00:02:31.328]➜  crypto/internal/fips140/ed25519
2025-08-20T22:21:19.6297357Z [00:02:31.328]➜  mkdir -p $WORK/b128/
2025-08-20T22:21:19.6338983Z [00:02:31.332]➜  cat >/tmp/go-build2071284111/b128/importcfg << 'EOF' # internal
2025-08-20T22:21:19.6339761Z [00:02:31.332]➜  # import config
2025-08-20T22:21:19.6341022Z [00:02:31.332]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.6341570Z [00:02:31.332]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.6342156Z [00:02:31.332]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.6342739Z [00:02:31.332]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.6343384Z [00:02:31.332]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2071284111/b129/_pkg_.a
2025-08-20T22:21:19.6344274Z [00:02:31.332]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:19.6344778Z [00:02:31.332]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.6345209Z [00:02:31.332]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.6345631Z [00:02:31.332]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.6346440Z [00:02:31.332]➜  EOF
2025-08-20T22:21:19.6348468Z [00:02:31.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b128=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:21:19.6881716Z [00:02:31.386]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:21:19.6888887Z [00:02:31.387]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T22:21:19.6891784Z [00:02:31.387]➜  golang.org/x/crypto/sha3
2025-08-20T22:21:19.6892805Z [00:02:31.387]➜  mkdir -p $WORK/b130/
2025-08-20T22:21:19.6898990Z [00:02:31.388]➜  cat >/tmp/go-build2071284111/b130/importcfg << 'EOF' # internal
2025-08-20T22:21:19.6900428Z [00:02:31.388]➜  # import config
2025-08-20T22:21:19.6901371Z [00:02:31.388]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.6901844Z [00:02:31.388]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.6902522Z [00:02:31.388]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:19.6903063Z [00:02:31.388]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:19.6903690Z [00:02:31.388]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.6904247Z [00:02:31.388]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2071284111/b131/_pkg_.a
2025-08-20T22:21:19.6904733Z [00:02:31.388]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.6905138Z [00:02:31.388]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.6905574Z [00:02:31.388]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:19.6905894Z [00:02:31.388]➜  EOF
2025-08-20T22:21:19.6909239Z [00:02:31.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/sha3=>golang.org/x/crypto@v0.38.0/sha3;$WORK/b130=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid k8dY7kQOV-aAK69btVWg/k8dY7kQOV-aAK69btVWg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /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.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:21:19.7128284Z [00:02:31.411]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:21:19.7199152Z [00:02:31.418]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:21:19.7200707Z [00:02:31.418]➜  crypto/aes
2025-08-20T22:21:19.7201433Z [00:02:31.418]➜  mkdir -p $WORK/b134/
2025-08-20T22:21:19.7202195Z [00:02:31.418]➜  cat >/tmp/go-build2071284111/b134/importcfg << 'EOF' # internal
2025-08-20T22:21:19.7202766Z [00:02:31.418]➜  # import config
2025-08-20T22:21:19.7203400Z [00:02:31.418]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:19.7204345Z [00:02:31.418]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.7205200Z [00:02:31.418]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2071284111/b059/_pkg_.a
2025-08-20T22:21:19.7206272Z [00:02:31.418]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.7206653Z [00:02:31.418]➜  EOF
2025-08-20T22:21:19.7208552Z [00:02:31.418]➜  /root/.go/pkg/tool/linux_arm64/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 NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:21:19.7457982Z [00:02:31.444]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:21:19.7462441Z [00:02:31.444]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T22:21:19.7464130Z [00:02:31.445]➜  crypto/des
2025-08-20T22:21:19.7464861Z [00:02:31.445]➜  mkdir -p $WORK/b135/
2025-08-20T22:21:19.7474187Z [00:02:31.445]➜  cat >/tmp/go-build2071284111/b135/importcfg << 'EOF' # internal
2025-08-20T22:21:19.7474864Z [00:02:31.445]➜  # import config
2025-08-20T22:21:19.7476053Z [00:02:31.445]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:19.7476989Z [00:02:31.446]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:19.7478007Z [00:02:31.446]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.7478826Z [00:02:31.446]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.7479557Z [00:02:31.446]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:19.7480251Z [00:02:31.446]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.7481607Z [00:02:31.446]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.7481934Z [00:02:31.446]➜  EOF
2025-08-20T22:21:19.7483889Z [00:02:31.446]➜  /root/.go/pkg/tool/linux_arm64/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 V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -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:21:19.7544033Z [00:02:31.452]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:21:19.7550718Z [00:02:31.453]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/25/2542896e4b417bd9bd2bfc01ec3c17083f1c04ddaecddbcc0f96e9527686f18c-d # internal
2025-08-20T22:21:19.7552406Z [00:02:31.453]➜  crypto/md5
2025-08-20T22:21:19.7554062Z [00:02:31.453]➜  mkdir -p $WORK/b137/
2025-08-20T22:21:19.7555125Z [00:02:31.453]➜  echo -n > $WORK/b137/go_asm.h # internal
2025-08-20T22:21:19.7555715Z [00:02:31.453]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:21:19.7556961Z [00:02:31.454]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b137/symabis ./md5block_arm64.s
2025-08-20T22:21:19.7618826Z [00:02:31.460]➜  cat >/tmp/go-build2071284111/b137/importcfg << 'EOF' # internal
2025-08-20T22:21:19.7621251Z [00:02:31.460]➜  # import config
2025-08-20T22:21:19.7622037Z [00:02:31.460]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.7622812Z [00:02:31.460]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.7623721Z [00:02:31.460]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.7624484Z [00:02:31.460]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.7625736Z [00:02:31.460]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:19.7626334Z [00:02:31.460]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:19.7626663Z [00:02:31.460]➜  EOF
2025-08-20T22:21:19.7626946Z [00:02:31.460]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.7629256Z [00:02:31.460]➜  /root/.go/pkg/tool/linux_arm64/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 bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -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:21:19.7647127Z [00:02:31.463]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -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:21:19.7649674Z [00:02:31.463]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b152/_cgo_.o -dynout $WORK/b152/_cgo_import.go -dynlinker
2025-08-20T22:21:19.7676369Z [00:02:31.466]➜  echo -n > $WORK/b152/go_asm.h # internal
2025-08-20T22:21:19.7676845Z [00:02:31.466]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.7677882Z [00:02:31.466]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b152/symabis ./asm_arm64.s
2025-08-20T22:21:19.7734271Z [00:02:31.471]➜  cat >/tmp/go-build2071284111/b152/importcfg << 'EOF' # internal
2025-08-20T22:21:19.7735171Z [00:02:31.472]➜  # import config
2025-08-20T22:21:19.7736038Z [00:02:31.472]➜  packagefile internal/runtime/sys=/tmp/go-build2071284111/b031/_pkg_.a
2025-08-20T22:21:19.7737892Z [00:02:31.472]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.7738379Z [00:02:31.472]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:19.7738718Z [00:02:31.472]➜  EOF
2025-08-20T22:21:19.7739013Z [00:02:31.472]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.7742403Z [00:02:31.472]➜  /root/.go/pkg/tool/linux_arm64/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 TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -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:21:19.7969228Z [00:02:31.495]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:21:19.7982201Z [00:02:31.496]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T22:21:19.7990379Z [00:02:31.497]➜  crypto/internal/fips140/mlkem
2025-08-20T22:21:19.7991574Z [00:02:31.497]➜  mkdir -p $WORK/b139/
2025-08-20T22:21:19.8004781Z [00:02:31.499]➜  cat >/tmp/go-build2071284111/b139/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8005555Z [00:02:31.499]➜  # import config
2025-08-20T22:21:19.8006180Z [00:02:31.499]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.8007716Z [00:02:31.499]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.8008606Z [00:02:31.499]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:19.8010102Z [00:02:31.499]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.8010700Z [00:02:31.499]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:19.8011286Z [00:02:31.499]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:19.8011910Z [00:02:31.499]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:19.8012454Z [00:02:31.499]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.8012767Z [00:02:31.499]➜  EOF
2025-08-20T22:21:19.8028966Z [00:02:31.499]➜  /root/.go/pkg/tool/linux_arm64/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 dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -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:21:19.8114108Z [00:02:31.509]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:21:19.8115505Z [00:02:31.509]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b137/md5block_arm64.o ./md5block_arm64.s
2025-08-20T22:21:19.8201921Z [00:02:31.518]➜  go tool pack r $WORK/b137/_pkg_.a $WORK/b137/md5block_arm64.o # internal
2025-08-20T22:21:19.8203161Z [00:02:31.518]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:21:19.8227179Z [00:02:31.521]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T22:21:19.8230583Z [00:02:31.521]➜  crypto/rc4
2025-08-20T22:21:19.8231454Z [00:02:31.521]➜  mkdir -p $WORK/b140/
2025-08-20T22:21:19.8257060Z [00:02:31.524]➜  cat >/tmp/go-build2071284111/b140/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8257713Z [00:02:31.524]➜  # import config
2025-08-20T22:21:19.8259692Z [00:02:31.524]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:19.8260293Z [00:02:31.524]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.8260825Z [00:02:31.524]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.8261254Z [00:02:31.524]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.8261571Z [00:02:31.524]➜  EOF
2025-08-20T22:21:19.8261849Z [00:02:31.524]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.8263321Z [00:02:31.524]➜  /root/.go/pkg/tool/linux_arm64/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 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:21:19.8518195Z [00:02:31.549]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:21:19.8520912Z [00:02:31.550]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T22:21:19.8524181Z [00:02:31.550]➜  crypto/sha1
2025-08-20T22:21:19.8524491Z [00:02:31.550]➜  mkdir -p $WORK/b141/
2025-08-20T22:21:19.8524814Z [00:02:31.550]➜  echo -n > $WORK/b141/go_asm.h # internal
2025-08-20T22:21:19.8525132Z [00:02:31.550]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:21:19.8526152Z [00:02:31.550]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b141/symabis ./sha1block_arm64.s
2025-08-20T22:21:19.8541238Z [00:02:31.552]➜  cd /root/.go/src/math/big
2025-08-20T22:21:19.8543943Z [00:02:31.552]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b109/arith_arm64.o ./arith_arm64.s
2025-08-20T22:21:19.8557927Z [00:02:31.554]➜  cat >/tmp/go-build2071284111/b141/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8562536Z [00:02:31.554]➜  # import config
2025-08-20T22:21:19.8562920Z [00:02:31.554]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.8563417Z [00:02:31.554]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.8564153Z [00:02:31.554]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.8564706Z [00:02:31.554]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:19.8565197Z [00:02:31.554]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.8565610Z [00:02:31.554]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.8566076Z [00:02:31.554]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:19.8566563Z [00:02:31.554]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:19.8567014Z [00:02:31.554]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:19.8567669Z [00:02:31.554]➜  EOF
2025-08-20T22:21:19.8568073Z [00:02:31.554]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.8570023Z [00:02:31.554]➜  /root/.go/pkg/tool/linux_arm64/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 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -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_arm64.go
2025-08-20T22:21:19.8657627Z [00:02:31.564]➜  cd /root/.go/src/math/big
2025-08-20T22:21:19.8661025Z [00:02:31.564]➜  go tool pack r $WORK/b109/_pkg_.a $WORK/b109/arith_arm64.o # internal
2025-08-20T22:21:19.8664386Z [00:02:31.564]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:21:19.8718005Z [00:02:31.570]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T22:21:19.8719463Z [00:02:31.570]➜  crypto/elliptic
2025-08-20T22:21:19.8721574Z [00:02:31.570]➜  mkdir -p $WORK/b108/
2025-08-20T22:21:19.8727793Z [00:02:31.571]➜  cat >/tmp/go-build2071284111/b108/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8728174Z [00:02:31.571]➜  # import config
2025-08-20T22:21:19.8728616Z [00:02:31.571]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2071284111/b105/_pkg_.a
2025-08-20T22:21:19.8730007Z [00:02:31.571]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.8731039Z [00:02:31.571]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.8732983Z [00:02:31.571]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:19.8733791Z [00:02:31.571]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:19.8734919Z [00:02:31.571]➜  EOF
2025-08-20T22:21:19.8735395Z [00:02:31.571]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.8737618Z [00:02:31.571]➜  /root/.go/pkg/tool/linux_arm64/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 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -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:21:19.8789568Z [00:02:31.577]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b152/abi_GOARCH.h
2025-08-20T22:21:19.8791487Z [00:02:31.577]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:21:19.8794639Z [00:02:31.577]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b152/asm_arm64.o ./asm_arm64.s
2025-08-20T22:21:19.8844590Z [00:02:31.583]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:21:19.8863237Z [00:02:31.584]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T22:21:19.8872169Z [00:02:31.585]➜  go tool pack r $WORK/b152/_pkg_.a $WORK/b152/asm_arm64.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:21:19.8878338Z [00:02:31.586]➜  crypto/internal/boring/bbig
2025-08-20T22:21:19.8880518Z [00:02:31.586]➜  mkdir -p $WORK/b111/
2025-08-20T22:21:19.8881701Z [00:02:31.586]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:21:19.8889815Z [00:02:31.587]➜  cat >/tmp/go-build2071284111/b111/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8890564Z [00:02:31.587]➜  # import config
2025-08-20T22:21:19.8891038Z [00:02:31.587]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.8891548Z [00:02:31.587]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:19.8891870Z [00:02:31.587]➜  EOF
2025-08-20T22:21:19.8892150Z [00:02:31.587]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.8894296Z [00:02:31.587]➜  /root/.go/pkg/tool/linux_arm64/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 uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -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:21:19.8907400Z [00:02:31.589]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:21:19.8910823Z [00:02:31.589]➜  encoding/asn1
2025-08-20T22:21:19.8911616Z [00:02:31.589]➜  mkdir -p $WORK/b118/
2025-08-20T22:21:19.8914856Z [00:02:31.590]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:21:19.8917765Z [00:02:31.590]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b141/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T22:21:19.8921749Z [00:02:31.590]➜  cat >/tmp/go-build2071284111/b118/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8922646Z [00:02:31.590]➜  # import config
2025-08-20T22:21:19.8924122Z [00:02:31.590]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:19.8925575Z [00:02:31.590]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.8927149Z [00:02:31.590]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:19.8928631Z [00:02:31.590]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.8931238Z [00:02:31.590]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:19.8931760Z [00:02:31.590]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:19.8933900Z [00:02:31.590]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:19.8934600Z [00:02:31.590]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.8935267Z [00:02:31.590]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:19.8935878Z [00:02:31.590]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:19.8936504Z [00:02:31.590]➜  packagefile unicode/utf16=/tmp/go-build2071284111/b100/_pkg_.a
2025-08-20T22:21:19.8937042Z [00:02:31.590]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:19.8937861Z [00:02:31.590]➜  EOF
2025-08-20T22:21:19.8938396Z [00:02:31.591]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.8940635Z [00:02:31.591]➜  /root/.go/pkg/tool/linux_arm64/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 gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -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:21:19.8950956Z [00:02:31.593]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:21:19.8951944Z [00:02:31.593]➜  go tool pack r $WORK/b141/_pkg_.a $WORK/b141/sha1block_arm64.o # internal
2025-08-20T22:21:19.8953230Z [00:02:31.593]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:21:19.8955596Z [00:02:31.593]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T22:21:19.8956152Z [00:02:31.593]➜  crypto/rand
2025-08-20T22:21:19.8956702Z [00:02:31.593]➜  mkdir -p $WORK/b120/
2025-08-20T22:21:19.8957155Z [00:02:31.593]➜  cat >/tmp/go-build2071284111/b120/importcfg << 'EOF' # internal
2025-08-20T22:21:19.8957499Z [00:02:31.593]➜  # import config
2025-08-20T22:21:19.8957902Z [00:02:31.593]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.8958446Z [00:02:31.593]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:19.8959035Z [00:02:31.593]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:19.8959610Z [00:02:31.593]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.8960166Z [00:02:31.593]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:19.8960713Z [00:02:31.593]➜  packagefile crypto/internal/sysrand=/tmp/go-build2071284111/b076/_pkg_.a
2025-08-20T22:21:19.8961205Z [00:02:31.593]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.8961617Z [00:02:31.593]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.8962036Z [00:02:31.593]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:19.8962358Z [00:02:31.593]➜  EOF
2025-08-20T22:21:19.8962636Z [00:02:31.593]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:19.8964557Z [00:02:31.593]➜  /root/.go/pkg/tool/linux_arm64/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 A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -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:21:19.9066417Z [00:02:31.605]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:21:19.9077002Z [00:02:31.606]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T22:21:19.9089402Z [00:02:31.606]➜  crypto/dsa
2025-08-20T22:21:19.9089683Z [00:02:31.606]➜  mkdir -p $WORK/b136/
2025-08-20T22:21:19.9090065Z [00:02:31.606]➜  cat >/tmp/go-build2071284111/b136/importcfg << 'EOF' # internal
2025-08-20T22:21:19.9090413Z [00:02:31.606]➜  # import config
2025-08-20T22:21:19.9090851Z [00:02:31.606]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.9091417Z [00:02:31.606]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:19.9091903Z [00:02:31.606]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.9092311Z [00:02:31.606]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.9092728Z [00:02:31.606]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:19.9093050Z [00:02:31.606]➜  EOF
2025-08-20T22:21:19.9094658Z [00:02:31.607]➜  /root/.go/pkg/tool/linux_arm64/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 CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:21:19.9164346Z [00:02:31.613]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:21:19.9165207Z [00:02:31.613]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T22:21:19.9165755Z [00:02:31.613]➜  crypto/rsa
2025-08-20T22:21:19.9166006Z [00:02:31.613]➜  mkdir -p $WORK/b121/
2025-08-20T22:21:19.9166378Z [00:02:31.614]➜  cat >/tmp/go-build2071284111/b121/importcfg << 'EOF' # internal
2025-08-20T22:21:19.9166725Z [00:02:31.614]➜  # import config
2025-08-20T22:21:19.9167487Z [00:02:31.614]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.9168052Z [00:02:31.614]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:19.9168612Z [00:02:31.614]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2071284111/b111/_pkg_.a
2025-08-20T22:21:19.9169196Z [00:02:31.614]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2071284111/b113/_pkg_.a
2025-08-20T22:21:19.9169774Z [00:02:31.614]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2071284111/b122/_pkg_.a
2025-08-20T22:21:19.9170354Z [00:02:31.614]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2071284111/b090/_pkg_.a
2025-08-20T22:21:19.9170921Z [00:02:31.614]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.9171479Z [00:02:31.614]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:19.9171979Z [00:02:31.614]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:19.9172449Z [00:02:31.614]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:19.9172895Z [00:02:31.614]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.9173307Z [00:02:31.614]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:19.9173942Z [00:02:31.614]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:19.9174396Z [00:02:31.614]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:19.9175171Z [00:02:31.614]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.9175577Z [00:02:31.614]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:19.9176001Z [00:02:31.614]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:19.9176321Z [00:02:31.614]➜  EOF
2025-08-20T22:21:19.9178143Z [00:02:31.614]➜  /root/.go/pkg/tool/linux_arm64/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 JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -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:21:19.9389728Z [00:02:31.637]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:21:19.9391047Z [00:02:31.637]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T22:21:19.9394335Z [00:02:31.637]➜  crypto/ed25519
2025-08-20T22:21:19.9394609Z [00:02:31.637]➜  mkdir -p $WORK/b127/
2025-08-20T22:21:19.9394990Z [00:02:31.637]➜  cat >/tmp/go-build2071284111/b127/importcfg << 'EOF' # internal
2025-08-20T22:21:19.9395351Z [00:02:31.637]➜  # import config
2025-08-20T22:21:19.9395702Z [00:02:31.637]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:19.9396247Z [00:02:31.637]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2071284111/b128/_pkg_.a
2025-08-20T22:21:19.9396839Z [00:02:31.637]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2071284111/b114/_pkg_.a
2025-08-20T22:21:19.9397419Z [00:02:31.637]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:19.9397941Z [00:02:31.637]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:19.9398422Z [00:02:31.637]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:19.9398866Z [00:02:31.637]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:19.9399273Z [00:02:31.637]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:19.9399686Z [00:02:31.637]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:19.9400006Z [00:02:31.637]➜  EOF
2025-08-20T22:21:19.9401845Z [00:02:31.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b127=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:21:19.9533075Z [00:02:31.650]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:21:19.9534114Z [00:02:31.650]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T22:21:19.9534681Z [00:02:31.650]➜  crypto/mlkem
2025-08-20T22:21:19.9534937Z [00:02:31.650]➜  mkdir -p $WORK/b138/
2025-08-20T22:21:19.9535313Z [00:02:31.650]➜  cat >/tmp/go-build2071284111/b138/importcfg << 'EOF' # internal
2025-08-20T22:21:19.9535657Z [00:02:31.650]➜  # import config
2025-08-20T22:21:19.9536092Z [00:02:31.650]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2071284111/b139/_pkg_.a
2025-08-20T22:21:19.9536500Z [00:02:31.650]➜  EOF
2025-08-20T22:21:19.9537920Z [00:02:31.650]➜  /root/.go/pkg/tool/linux_arm64/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 GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T22:21:19.9672641Z [00:02:31.665]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:21:19.9676422Z [00:02:31.666]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T22:21:19.9746174Z [00:02:31.673]➜  net
2025-08-20T22:21:19.9746654Z [00:02:31.673]➜  mkdir -p $WORK/b146/
2025-08-20T22:21:19.9747120Z [00:02:31.673]➜  echo -n > $WORK/b146/preferlinkext # internal
2025-08-20T22:21:19.9749032Z [00:02:31.673]➜  cd /root/.go/src/net
2025-08-20T22:21:19.9750248Z [00:02:31.673]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/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:21:20.0319474Z [00:02:31.730]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:21:20.0363978Z [00:02:31.734]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T22:21:20.0364601Z [00:02:31.734]➜  net/url
2025-08-20T22:21:20.0364850Z [00:02:31.734]➜  mkdir -p $WORK/b153/
2025-08-20T22:21:20.0380095Z [00:02:31.736]➜  cat >/tmp/go-build2071284111/b153/importcfg << 'EOF' # internal
2025-08-20T22:21:20.0380646Z [00:02:31.736]➜  # import config
2025-08-20T22:21:20.0381117Z [00:02:31.736]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.0381671Z [00:02:31.736]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.0382188Z [00:02:31.736]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:20.0382695Z [00:02:31.736]➜  packagefile path=/tmp/go-build2071284111/b081/_pkg_.a
2025-08-20T22:21:20.0383290Z [00:02:31.736]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:20.0383965Z [00:02:31.736]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.0384584Z [00:02:31.736]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.0395045Z [00:02:31.736]➜  EOF
2025-08-20T22:21:20.0395673Z [00:02:31.736]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.0397609Z [00:02:31.736]➜  /root/.go/pkg/tool/linux_arm64/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 A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:21:20.0702829Z [00:02:31.768]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:21:20.0741617Z [00:02:31.772]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T22:21:20.0748467Z [00:02:31.773]➜  golang.org/x/crypto/ed25519
2025-08-20T22:21:20.0760108Z [00:02:31.773]➜  mkdir -p $WORK/b126/
2025-08-20T22:21:20.0760507Z [00:02:31.773]➜  cat >/tmp/go-build2071284111/b126/importcfg << 'EOF' # internal
2025-08-20T22:21:20.0760855Z [00:02:31.773]➜  # import config
2025-08-20T22:21:20.0761225Z [00:02:31.773]➜  packagefile crypto/ed25519=/tmp/go-build2071284111/b127/_pkg_.a
2025-08-20T22:21:20.0761659Z [00:02:31.773]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.0761964Z [00:02:31.773]➜  EOF
2025-08-20T22:21:20.0763943Z [00:02:31.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ed25519=>golang.org/x/crypto@v0.38.0/ed25519;$WORK/b126=>" -p golang.org/x/crypto/ed25519 -lang=go1.23 -complete -installsuffix shared -buildid mciBkU9oh_6oo5h2M84S/mciBkU9oh_6oo5h2M84S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ed25519/ed25519.go
2025-08-20T22:21:20.0765592Z [00:02:31.774]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:21:20.0782251Z [00:02:31.776]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T22:21:20.0786469Z [00:02:31.776]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:21:20.0786790Z [00:02:31.777]➜  mkdir -p $WORK/b117/
2025-08-20T22:21:20.0789110Z [00:02:31.777]➜  cat >/tmp/go-build2071284111/b117/importcfg << 'EOF' # internal
2025-08-20T22:21:20.0789464Z [00:02:31.777]➜  # import config
2025-08-20T22:21:20.0789960Z [00:02:31.777]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:21:20.0790525Z [00:02:31.777]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:20.0790973Z [00:02:31.777]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.0791385Z [00:02:31.777]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.0791934Z [00:02:31.777]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2071284111/b119/_pkg_.a
2025-08-20T22:21:20.0792497Z [00:02:31.777]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:20.0792923Z [00:02:31.777]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:20.0793340Z [00:02:31.777]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.0793872Z [00:02:31.777]➜  EOF
2025-08-20T22:21:20.0796831Z [00:02:31.777]➜  /root/.go/pkg/tool/linux_arm64/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 oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -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:21:20.0894835Z [00:02:31.786]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:21:20.0896821Z [00:02:31.786]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/eb/eb8b36aab4d22ed58307ab8a4b0401d52c7d5d291e890e19f4289a8805a7c122-d # internal
2025-08-20T22:21:20.0897854Z [00:02:31.786]➜  crypto/x509/pkix
2025-08-20T22:21:20.0898477Z [00:02:31.786]➜  mkdir -p $WORK/b143/
2025-08-20T22:21:20.0899111Z [00:02:31.787]➜  cat >/tmp/go-build2071284111/b143/importcfg << 'EOF' # internal
2025-08-20T22:21:20.0900103Z [00:02:31.787]➜  # import config
2025-08-20T22:21:20.0901036Z [00:02:31.787]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:20.0901555Z [00:02:31.787]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:20.0902153Z [00:02:31.787]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.0902604Z [00:02:31.787]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:20.0903058Z [00:02:31.787]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.0903367Z [00:02:31.787]➜  EOF
2025-08-20T22:21:20.0904979Z [00:02:31.787]➜  /root/.go/pkg/tool/linux_arm64/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 o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:21:20.1176875Z [00:02:31.816]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:21:20.1184536Z [00:02:31.817]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T22:21:20.1187411Z [00:02:31.817]➜  path/filepath
2025-08-20T22:21:20.1188344Z [00:02:31.817]➜  mkdir -p $WORK/b154/
2025-08-20T22:21:20.1192946Z [00:02:31.817]➜  cat >/tmp/go-build2071284111/b154/importcfg << 'EOF' # internal
2025-08-20T22:21:20.1193306Z [00:02:31.817]➜  # import config
2025-08-20T22:21:20.1195908Z [00:02:31.817]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.1196415Z [00:02:31.817]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:20.1196942Z [00:02:31.817]➜  packagefile internal/filepathlite=/tmp/go-build2071284111/b079/_pkg_.a
2025-08-20T22:21:20.1197408Z [00:02:31.817]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:20.1197833Z [00:02:31.817]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:20.1198251Z [00:02:31.817]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.1198673Z [00:02:31.817]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:20.1199094Z [00:02:31.817]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.1199521Z [00:02:31.817]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:20.1199982Z [00:02:31.817]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.1200319Z [00:02:31.817]➜  EOF
2025-08-20T22:21:20.1202404Z [00:02:31.818]➜  /root/.go/pkg/tool/linux_arm64/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 opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -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:21:20.1567016Z [00:02:31.854]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:21:20.1576510Z [00:02:31.856]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:21:20.1579674Z [00:02:31.856]➜  golang.org/x/crypto/chacha20
2025-08-20T22:21:20.1587589Z [00:02:31.857]➜  mkdir -p $WORK/b155/
2025-08-20T22:21:20.1589547Z [00:02:31.857]➜  echo -n > $WORK/b155/go_asm.h # internal
2025-08-20T22:21:20.1591314Z [00:02:31.857]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20
2025-08-20T22:21:20.1594584Z [00:02:31.857]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20=>golang.org/x/crypto@v0.38.0/chacha20;$WORK/b155=>" -I $WORK/b155/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b155/symabis ./chacha_arm64.s
2025-08-20T22:21:20.1645499Z [00:02:31.862]➜  cat >/tmp/go-build2071284111/b155/importcfg << 'EOF' # internal
2025-08-20T22:21:20.1647219Z [00:02:31.863]➜  # import config
2025-08-20T22:21:20.1647923Z [00:02:31.863]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:20.1650710Z [00:02:31.863]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:20.1651528Z [00:02:31.863]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.1652286Z [00:02:31.863]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2071284111/b156/_pkg_.a
2025-08-20T22:21:20.1653756Z [00:02:31.863]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:20.1654264Z [00:02:31.863]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.1654581Z [00:02:31.863]➜  EOF
2025-08-20T22:21:20.1654885Z [00:02:31.863]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.1657418Z [00:02:31.863]➜  /root/.go/pkg/tool/linux_arm64/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 -installsuffix shared -buildid s7BliadjlQKiaR7Vfeic/s7BliadjlQKiaR7Vfeic -goversion go1.25.0 -symabis $WORK/b155/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack -asmhdr $WORK/b155/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20/chacha_arm64.go /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/xor.go
2025-08-20T22:21:20.1943040Z [00:02:31.892]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:21:20.1969235Z [00:02:31.895]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T22:21:20.1970937Z [00:02:31.895]➜  crypto/ecdsa
2025-08-20T22:21:20.1971223Z [00:02:31.895]➜  mkdir -p $WORK/b102/
2025-08-20T22:21:20.1977542Z [00:02:31.896]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:21:20.1988808Z [00:02:31.897]➜  cat >/tmp/go-build2071284111/b102/importcfg << 'EOF' # internal
2025-08-20T22:21:20.1989483Z [00:02:31.897]➜  # import config
2025-08-20T22:21:20.1990273Z [00:02:31.897]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:21:20.1991510Z [00:02:31.897]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:21:20.1992145Z [00:02:31.897]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:20.1992595Z [00:02:31.897]➜  packagefile crypto/ecdh=/tmp/go-build2071284111/b103/_pkg_.a
2025-08-20T22:21:20.1993077Z [00:02:31.897]➜  packagefile crypto/elliptic=/tmp/go-build2071284111/b108/_pkg_.a
2025-08-20T22:21:20.1993767Z [00:02:31.897]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:20.1994391Z [00:02:31.897]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2071284111/b111/_pkg_.a
2025-08-20T22:21:20.1994970Z [00:02:31.897]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2071284111/b112/_pkg_.a
2025-08-20T22:21:20.1995557Z [00:02:31.897]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2071284111/b105/_pkg_.a
2025-08-20T22:21:20.1996155Z [00:02:31.897]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2071284111/b114/_pkg_.a
2025-08-20T22:21:20.1996731Z [00:02:31.897]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2071284111/b090/_pkg_.a
2025-08-20T22:21:20.1997304Z [00:02:31.897]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:20.1997860Z [00:02:31.897]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:20.1998751Z [00:02:31.897]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:20.1999305Z [00:02:31.897]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:20.1999745Z [00:02:31.897]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.2000306Z [00:02:31.897]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2071284111/b117/_pkg_.a
2025-08-20T22:21:20.2000967Z [00:02:31.897]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2071284111/b119/_pkg_.a
2025-08-20T22:21:20.2001510Z [00:02:31.897]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.2001929Z [00:02:31.897]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:20.2002376Z [00:02:31.897]➜  packagefile math/rand/v2=/tmp/go-build2071284111/b086/_pkg_.a
2025-08-20T22:21:20.2002709Z [00:02:31.897]➜  EOF
2025-08-20T22:21:20.2011329Z [00:02:31.897]➜  /root/.go/pkg/tool/linux_arm64/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 RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -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:21:20.2017533Z [00:02:31.900]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:21:20.2018696Z [00:02:31.900]➜  golang.org/x/crypto/curve25519
2025-08-20T22:21:20.2019134Z [00:02:31.900]➜  mkdir -p $WORK/b157/
2025-08-20T22:21:20.2019643Z [00:02:31.900]➜  cat >/tmp/go-build2071284111/b157/importcfg << 'EOF' # internal
2025-08-20T22:21:20.2020090Z [00:02:31.900]➜  # import config
2025-08-20T22:21:20.2020563Z [00:02:31.900]➜  packagefile crypto/ecdh=/tmp/go-build2071284111/b103/_pkg_.a
2025-08-20T22:21:20.2020916Z [00:02:31.900]➜  EOF
2025-08-20T22:21:20.2039319Z [00:02:31.902]➜  /root/.go/pkg/tool/linux_arm64/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 LivQG0sJ-XIAZB6APKxM/LivQG0sJ-XIAZB6APKxM -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:21:20.2090836Z [00:02:31.907]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20
2025-08-20T22:21:20.2092224Z [00:02:31.907]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/chacha20=>golang.org/x/crypto@v0.38.0/chacha20;$WORK/b155=>" -I $WORK/b155/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b155/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:21:20.2143679Z [00:02:31.912]➜  go tool pack r $WORK/b155/_pkg_.a $WORK/b155/chacha_arm64.o # internal
2025-08-20T22:21:20.2144231Z [00:02:31.912]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:21:20.2148420Z [00:02:31.913]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/79/796c0154c10b344e389d3db8b2192265063e21929467c88d16eec02afd3bc31d-d # internal
2025-08-20T22:21:20.2149052Z [00:02:31.913]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T22:21:20.2149381Z [00:02:31.913]➜  mkdir -p $WORK/b159/
2025-08-20T22:21:20.2150169Z [00:02:31.913]➜  cat >/tmp/go-build2071284111/b159/importcfg << 'EOF' # internal
2025-08-20T22:21:20.2150573Z [00:02:31.913]➜  # import config
2025-08-20T22:21:20.2151111Z [00:02:31.913]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:20.2151590Z [00:02:31.913]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.2152106Z [00:02:31.913]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2071284111/b160/_pkg_.a
2025-08-20T22:21:20.2152492Z [00:02:31.913]➜  EOF
2025-08-20T22:21:20.2153126Z [00:02:31.913]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.2155522Z [00:02:31.913]➜  /root/.go/pkg/tool/linux_arm64/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 CUt5zDdkNOVE929RUaxu/CUt5zDdkNOVE929RUaxu -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:21:20.2170626Z [00:02:31.915]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:21:20.2173809Z [00:02:31.916]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/31/313ec0b3476a4cadee62c0b6c25825d04966e8138da7f7b75b779eb5687bf4fd-d # internal
2025-08-20T22:21:20.2176851Z [00:02:31.916]➜  log
2025-08-20T22:21:20.2177610Z [00:02:31.916]➜  mkdir -p $WORK/b161/
2025-08-20T22:21:20.2182721Z [00:02:31.916]➜  cat >/tmp/go-build2071284111/b161/importcfg << 'EOF' # internal
2025-08-20T22:21:20.2183076Z [00:02:31.916]➜  # import config
2025-08-20T22:21:20.2183407Z [00:02:31.916]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.2184016Z [00:02:31.916]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.2184602Z [00:02:31.916]➜  packagefile log/internal=/tmp/go-build2071284111/b162/_pkg_.a
2025-08-20T22:21:20.2195037Z [00:02:31.916]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:20.2196875Z [00:02:31.916]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.2197407Z [00:02:31.916]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.2197855Z [00:02:31.916]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:20.2198297Z [00:02:31.916]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.2198628Z [00:02:31.916]➜  EOF
2025-08-20T22:21:20.2200046Z [00:02:31.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b161=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:21:20.2378641Z [00:02:31.936]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:21:20.2379358Z [00:02:31.936]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/d6/d62626dd3e891010e5a493f20add4490e14bb88374612ff9b8c36c011ee28349-d # internal
2025-08-20T22:21:20.2379897Z [00:02:31.936]➜  compress/flate
2025-08-20T22:21:20.2380151Z [00:02:31.936]➜  mkdir -p $WORK/b166/
2025-08-20T22:21:20.2380526Z [00:02:31.936]➜  cat >/tmp/go-build2071284111/b166/importcfg << 'EOF' # internal
2025-08-20T22:21:20.2380869Z [00:02:31.936]➜  # import config
2025-08-20T22:21:20.2381255Z [00:02:31.936]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:20.2381676Z [00:02:31.936]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.2382086Z [00:02:31.936]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.2382485Z [00:02:31.936]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.2382892Z [00:02:31.936]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:20.2383336Z [00:02:31.936]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:20.2383962Z [00:02:31.936]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:20.2384388Z [00:02:31.936]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.2384805Z [00:02:31.936]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.2385105Z [00:02:31.936]➜  EOF
2025-08-20T22:21:20.2387923Z [00:02:31.936]➜  /root/.go/pkg/tool/linux_arm64/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 ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -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:21:20.2693663Z [00:02:31.967]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:21:20.2707781Z [00:02:31.969]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T22:21:20.2708830Z [00:02:31.969]➜  hash/crc32
2025-08-20T22:21:20.2709141Z [00:02:31.969]➜  mkdir -p $WORK/b167/
2025-08-20T22:21:20.2715678Z [00:02:31.970]➜  echo -n > $WORK/b167/go_asm.h # internal
2025-08-20T22:21:20.2724603Z [00:02:31.970]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:21:20.2726868Z [00:02:31.970]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -gensymabis -o $WORK/b167/symabis ./crc32_arm64.s
2025-08-20T22:21:20.2781422Z [00:02:31.976]➜  cat >/tmp/go-build2071284111/b167/importcfg << 'EOF' # internal
2025-08-20T22:21:20.2782738Z [00:02:31.976]➜  # import config
2025-08-20T22:21:20.2783454Z [00:02:31.976]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.2784353Z [00:02:31.976]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:20.2785059Z [00:02:31.976]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:20.2786319Z [00:02:31.976]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:20.2786789Z [00:02:31.976]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.2787227Z [00:02:31.976]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:20.2787555Z [00:02:31.976]➜  EOF
2025-08-20T22:21:20.2787832Z [00:02:31.976]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.2789899Z [00:02:31.976]➜  /root/.go/pkg/tool/linux_arm64/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 jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -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_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T22:21:20.3142901Z [00:02:32.012]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:21:20.3157173Z [00:02:32.012]➜  /root/.go/pkg/tool/linux_arm64/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_arm64 -shared -o $WORK/b167/crc32_arm64.o ./crc32_arm64.s
2025-08-20T22:21:20.3189760Z [00:02:32.017]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/crc32_arm64.o # internal
2025-08-20T22:21:20.3190826Z [00:02:32.017]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:21:20.3210264Z [00:02:32.019]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T22:21:20.3211259Z [00:02:32.019]➜  crypto/internal/fips140/hkdf
2025-08-20T22:21:20.3211884Z [00:02:32.019]➜  mkdir -p $WORK/b171/
2025-08-20T22:21:20.3225376Z [00:02:32.021]➜  cat >/tmp/go-build2071284111/b171/importcfg << 'EOF' # internal
2025-08-20T22:21:20.3226029Z [00:02:32.021]➜  # import config
2025-08-20T22:21:20.3226621Z [00:02:32.021]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.3227709Z [00:02:32.021]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:20.3228661Z [00:02:32.021]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:20.3229872Z [00:02:32.021]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2071284111/b065/_pkg_.a
2025-08-20T22:21:20.3230514Z [00:02:32.021]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:20.3231056Z [00:02:32.021]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.3231479Z [00:02:32.021]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:20.3231793Z [00:02:32.021]➜  EOF
2025-08-20T22:21:20.3232075Z [00:02:32.021]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.3234248Z [00:02:32.021]➜  /root/.go/pkg/tool/linux_arm64/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 bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -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:21:20.3439563Z [00:02:32.042]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:21:20.3451657Z [00:02:32.043]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:21:20.3474161Z [00:02:32.045]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T22:21:20.3481562Z [00:02:32.046]➜  compress/gzip
2025-08-20T22:21:20.3481872Z [00:02:32.046]➜  mkdir -p $WORK/b165/
2025-08-20T22:21:20.3492254Z [00:02:32.047]➜  cat >/tmp/go-build2071284111/b165/importcfg << 'EOF' # internal
2025-08-20T22:21:20.3493031Z [00:02:32.047]➜  # import config
2025-08-20T22:21:20.3494157Z [00:02:32.047]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:20.3496083Z [00:02:32.047]➜  packagefile compress/flate=/tmp/go-build2071284111/b166/_pkg_.a
2025-08-20T22:21:20.3496686Z [00:02:32.047]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:20.3497149Z [00:02:32.047]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.3497570Z [00:02:32.047]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.3498028Z [00:02:32.047]➜  packagefile hash/crc32=/tmp/go-build2071284111/b167/_pkg_.a
2025-08-20T22:21:20.3498456Z [00:02:32.047]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.3498862Z [00:02:32.047]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.3499169Z [00:02:32.047]➜  EOF
2025-08-20T22:21:20.3500775Z [00:02:32.047]➜  /root/.go/pkg/tool/linux_arm64/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 QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -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:21:20.3530286Z [00:02:32.051]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T22:21:20.3548714Z [00:02:32.053]➜  crypto/hkdf
2025-08-20T22:21:20.3553255Z [00:02:32.053]➜  mkdir -p $WORK/b170/
2025-08-20T22:21:20.3564136Z [00:02:32.054]➜  cat >/tmp/go-build2071284111/b170/importcfg << 'EOF' # internal
2025-08-20T22:21:20.3564521Z [00:02:32.055]➜  # import config
2025-08-20T22:21:20.3564957Z [00:02:32.055]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2071284111/b171/_pkg_.a
2025-08-20T22:21:20.3565542Z [00:02:32.055]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2071284111/b090/_pkg_.a
2025-08-20T22:21:20.3566545Z [00:02:32.055]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:20.3567105Z [00:02:32.055]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.3567524Z [00:02:32.055]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:20.3567831Z [00:02:32.055]➜  EOF
2025-08-20T22:21:20.3569524Z [00:02:32.055]➜  /root/.go/pkg/tool/linux_arm64/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 le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:21:20.3771309Z [00:02:32.075]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:21:20.3772059Z [00:02:32.075]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T22:21:20.3773261Z [00:02:32.075]➜  crypto/internal/fips140/tls12
2025-08-20T22:21:20.3773947Z [00:02:32.075]➜  mkdir -p $WORK/b172/
2025-08-20T22:21:20.3779357Z [00:02:32.076]➜  cat >/tmp/go-build2071284111/b172/importcfg << 'EOF' # internal
2025-08-20T22:21:20.3779945Z [00:02:32.076]➜  # import config
2025-08-20T22:21:20.3780303Z [00:02:32.076]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.3780793Z [00:02:32.076]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:20.3781797Z [00:02:32.076]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:20.3782381Z [00:02:32.076]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2071284111/b065/_pkg_.a
2025-08-20T22:21:20.3782962Z [00:02:32.076]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:20.3783686Z [00:02:32.076]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:20.3784257Z [00:02:32.076]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.3784676Z [00:02:32.076]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:20.3784985Z [00:02:32.076]➜  EOF
2025-08-20T22:21:20.3807222Z [00:02:32.076]➜  /root/.go/pkg/tool/linux_arm64/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 riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -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:21:20.4097593Z [00:02:32.108]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:21:20.4110098Z [00:02:32.109]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T22:21:20.4116207Z [00:02:32.110]➜  crypto/internal/fips140/tls13
2025-08-20T22:21:20.4117081Z [00:02:32.110]➜  mkdir -p $WORK/b173/
2025-08-20T22:21:20.4125868Z [00:02:32.111]➜  cat >/tmp/go-build2071284111/b173/importcfg << 'EOF' # internal
2025-08-20T22:21:20.4126609Z [00:02:32.111]➜  # import config
2025-08-20T22:21:20.4127487Z [00:02:32.111]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.4128058Z [00:02:32.111]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:20.4128644Z [00:02:32.111]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:20.4129223Z [00:02:32.111]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2071284111/b171/_pkg_.a
2025-08-20T22:21:20.4129805Z [00:02:32.111]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:20.4130741Z [00:02:32.111]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:20.4131346Z [00:02:32.111]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.4131762Z [00:02:32.111]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:20.4132065Z [00:02:32.111]➜  EOF
2025-08-20T22:21:20.4134166Z [00:02:32.111]➜  /root/.go/pkg/tool/linux_arm64/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 HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -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:21:20.4146858Z [00:02:32.113]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:21:20.4154136Z [00:02:32.113]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T22:21:20.4170702Z [00:02:32.115]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:21:20.4171808Z [00:02:32.115]➜  mkdir -p $WORK/b176/
2025-08-20T22:21:20.4182506Z [00:02:32.116]➜  echo -n > $WORK/b176/go_asm.h # internal
2025-08-20T22:21:20.4183422Z [00:02:32.116]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:21:20.4186063Z [00:02:32.117]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b176=>" -I $WORK/b176/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b176/symabis ./chacha_arm64.s
2025-08-20T22:21:20.4225658Z [00:02:32.120]➜  cat >/tmp/go-build2071284111/b176/importcfg << 'EOF' # internal
2025-08-20T22:21:20.4226643Z [00:02:32.121]➜  # import config
2025-08-20T22:21:20.4227519Z [00:02:32.121]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:21:20.4228312Z [00:02:32.121]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:20.4229038Z [00:02:32.121]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:20.4229805Z [00:02:32.121]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.4230823Z [00:02:32.121]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2071284111/b177/_pkg_.a
2025-08-20T22:21:20.4231437Z [00:02:32.121]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:20.4231878Z [00:02:32.121]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.4232200Z [00:02:32.121]➜  EOF
2025-08-20T22:21:20.4232489Z [00:02:32.121]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.4235393Z [00:02:32.121]➜  /root/.go/pkg/tool/linux_arm64/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 -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b176/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack -asmhdr $WORK/b176/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T22:21:20.4546081Z [00:02:32.153]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:21:20.4555603Z [00:02:32.154]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T22:21:20.4557567Z [00:02:32.154]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:21:20.4558878Z [00:02:32.154]➜  mkdir -p $WORK/b178/
2025-08-20T22:21:20.4562862Z [00:02:32.154]➜  cat >/tmp/go-build2071284111/b178/importcfg << 'EOF' # internal
2025-08-20T22:21:20.4567872Z [00:02:32.154]➜  # import config
2025-08-20T22:21:20.4568474Z [00:02:32.154]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:20.4568961Z [00:02:32.154]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:20.4569427Z [00:02:32.154]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:20.4569749Z [00:02:32.154]➜  EOF
2025-08-20T22:21:20.4572358Z [00:02:32.155]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:21:20.4836986Z [00:02:32.181]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:21:20.4843165Z [00:02:32.182]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T22:21:20.4843910Z [00:02:32.182]➜  crypto/fips140
2025-08-20T22:21:20.4844609Z [00:02:32.182]➜  mkdir -p $WORK/b180/
2025-08-20T22:21:20.4844985Z [00:02:32.183]➜  cat >/tmp/go-build2071284111/b180/importcfg << 'EOF' # internal
2025-08-20T22:21:20.4845596Z [00:02:32.183]➜  # import config
2025-08-20T22:21:20.4846157Z [00:02:32.183]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:20.4846824Z [00:02:32.183]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:20.4847309Z [00:02:32.183]➜  EOF
2025-08-20T22:21:20.4848825Z [00:02:32.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b180=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:21:20.4942660Z [00:02:32.192]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:21:20.4944356Z [00:02:32.192]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b176=>" -I $WORK/b176/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b176/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:21:20.4985193Z [00:02:32.196]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:21:20.4986027Z [00:02:32.197]➜  go tool pack r $WORK/b176/_pkg_.a $WORK/b176/chacha_arm64.o # internal
2025-08-20T22:21:20.4987234Z [00:02:32.197]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:21:20.4991465Z [00:02:32.197]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T22:21:20.4992959Z [00:02:32.197]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:21:20.4993847Z [00:02:32.197]➜  mkdir -p $WORK/b175/
2025-08-20T22:21:20.4996825Z [00:02:32.198]➜  cat >/tmp/go-build2071284111/b175/importcfg << 'EOF' # internal
2025-08-20T22:21:20.4998650Z [00:02:32.198]➜  # import config
2025-08-20T22:21:20.4999395Z [00:02:32.198]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:21:20.5000392Z [00:02:32.198]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:21:20.5001406Z [00:02:32.198]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:21:20.5002376Z [00:02:32.198]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:20.5003281Z [00:02:32.198]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:20.5004331Z [00:02:32.198]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.5004918Z [00:02:32.198]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2071284111/b176/_pkg_.a
2025-08-20T22:21:20.5005957Z [00:02:32.198]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2071284111/b177/_pkg_.a
2025-08-20T22:21:20.5006658Z [00:02:32.198]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2071284111/b178/_pkg_.a
2025-08-20T22:21:20.5007127Z [00:02:32.198]➜  EOF
2025-08-20T22:21:20.5007407Z [00:02:32.198]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.5011088Z [00:02:32.198]➜  /root/.go/pkg/tool/linux_arm64/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 -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:21:20.5019929Z [00:02:32.199]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T22:21:20.5023240Z [00:02:32.200]➜  crypto/tls/internal/fips140tls
2025-08-20T22:21:20.5023733Z [00:02:32.200]➜  mkdir -p $WORK/b179/
2025-08-20T22:21:20.5024191Z [00:02:32.200]➜  cat >/tmp/go-build2071284111/b179/importcfg << 'EOF' # internal
2025-08-20T22:21:20.5024542Z [00:02:32.200]➜  # import config
2025-08-20T22:21:20.5024910Z [00:02:32.200]➜  packagefile crypto/fips140=/tmp/go-build2071284111/b180/_pkg_.a
2025-08-20T22:21:20.5025376Z [00:02:32.200]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:20.5025708Z [00:02:32.200]➜  EOF
2025-08-20T22:21:20.5027407Z [00:02:32.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b179=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:21:20.5132366Z [00:02:32.211]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:21:20.5143956Z [00:02:32.212]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T22:21:20.5154779Z [00:02:32.213]➜  vendor/golang.org/x/text/transform
2025-08-20T22:21:20.5155526Z [00:02:32.214]➜  mkdir -p $WORK/b184/
2025-08-20T22:21:20.5167131Z [00:02:32.215]➜  cat >/tmp/go-build2071284111/b184/importcfg << 'EOF' # internal
2025-08-20T22:21:20.5168257Z [00:02:32.215]➜  # import config
2025-08-20T22:21:20.5179452Z [00:02:32.215]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.5179919Z [00:02:32.215]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.5180340Z [00:02:32.215]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.5180779Z [00:02:32.215]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.5181113Z [00:02:32.215]➜  EOF
2025-08-20T22:21:20.5182911Z [00:02:32.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b184=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:21:20.5242286Z [00:02:32.222]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:21:20.5278493Z [00:02:32.226]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:21:20.5283394Z [00:02:32.226]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T22:21:20.5297726Z [00:02:32.228]➜  crypto/internal/hpke
2025-08-20T22:21:20.5298929Z [00:02:32.228]➜  mkdir -p $WORK/b174/
2025-08-20T22:21:20.5302653Z [00:02:32.228]➜  cat >/tmp/go-build2071284111/b174/importcfg << 'EOF' # internal
2025-08-20T22:21:20.5304227Z [00:02:32.228]➜  # import config
2025-08-20T22:21:20.5304860Z [00:02:32.228]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:21:20.5305419Z [00:02:32.228]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:20.5305861Z [00:02:32.228]➜  packagefile crypto/aes=/tmp/go-build2071284111/b134/_pkg_.a
2025-08-20T22:21:20.5306322Z [00:02:32.228]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:20.5306800Z [00:02:32.228]➜  packagefile crypto/ecdh=/tmp/go-build2071284111/b103/_pkg_.a
2025-08-20T22:21:20.5307252Z [00:02:32.228]➜  packagefile crypto/hkdf=/tmp/go-build2071284111/b170/_pkg_.a
2025-08-20T22:21:20.5307708Z [00:02:32.228]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:20.5308145Z [00:02:32.228]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.5308704Z [00:02:32.228]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2071284111/b175/_pkg_.a
2025-08-20T22:21:20.5309302Z [00:02:32.228]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:20.5309776Z [00:02:32.228]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:20.5310100Z [00:02:32.228]➜  EOF
2025-08-20T22:21:20.5311662Z [00:02:32.228]➜  /root/.go/pkg/tool/linux_arm64/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 LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:21:20.5334236Z [00:02:32.231]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T22:21:20.5342355Z [00:02:32.232]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:21:20.5346697Z [00:02:32.233]➜  mkdir -p $WORK/b185/
2025-08-20T22:21:20.5355681Z [00:02:32.234]➜  cat >/tmp/go-build2071284111/b185/importcfg << 'EOF' # internal
2025-08-20T22:21:20.5357249Z [00:02:32.234]➜  # import config
2025-08-20T22:21:20.5358095Z [00:02:32.234]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.5358580Z [00:02:32.234]➜  packagefile container/list=/tmp/go-build2071284111/b168/_pkg_.a
2025-08-20T22:21:20.5359023Z [00:02:32.234]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.5359448Z [00:02:32.234]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:20.5359852Z [00:02:32.234]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:20.5360290Z [00:02:32.234]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.5360624Z [00:02:32.234]➜  EOF
2025-08-20T22:21:20.5363804Z [00:02:32.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b185=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/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:21:20.5574808Z [00:02:32.255]➜  cd $WORK/b146
2025-08-20T22:21:20.5576823Z [00:02:32.255]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_x001.o -c _cgo_export.c
2025-08-20T22:21:20.5625758Z [00:02:32.261]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:21:20.5640732Z [00:02:32.262]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T22:21:20.5677305Z [00:02:32.266]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:21:20.5678827Z [00:02:32.266]➜  mkdir -p $WORK/b186/
2025-08-20T22:21:20.5682456Z [00:02:32.266]➜  cat >/tmp/go-build2071284111/b186/importcfg << 'EOF' # internal
2025-08-20T22:21:20.5683227Z [00:02:32.266]➜  # import config
2025-08-20T22:21:20.5684233Z [00:02:32.266]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:21:20.5685012Z [00:02:32.266]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:20.5686532Z [00:02:32.266]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.5687265Z [00:02:32.266]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2071284111/b184/_pkg_.a
2025-08-20T22:21:20.5688007Z [00:02:32.266]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.5689343Z [00:02:32.266]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.5689883Z [00:02:32.266]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.5690440Z [00:02:32.266]➜  EOF
2025-08-20T22:21:20.5696859Z [00:02:32.267]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.5701436Z [00:02:32.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b186=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/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:21:20.5770789Z [00:02:32.275]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:21:20.5787445Z [00:02:32.277]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T22:21:20.5792437Z [00:02:32.277]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:21:20.5792786Z [00:02:32.277]➜  mkdir -p $WORK/b189/
2025-08-20T22:21:20.5806326Z [00:02:32.278]➜  cat >/tmp/go-build2071284111/b189/importcfg << 'EOF' # internal
2025-08-20T22:21:20.5807774Z [00:02:32.278]➜  # import config
2025-08-20T22:21:20.5810660Z [00:02:32.278]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.5813260Z [00:02:32.278]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.5842072Z [00:02:32.278]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.5843220Z [00:02:32.278]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.5843872Z [00:02:32.278]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.5844201Z [00:02:32.278]➜  EOF
2025-08-20T22:21:20.5847791Z [00:02:32.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b189=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/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:21:20.5852056Z [00:02:32.283]➜  cd $WORK/b146
2025-08-20T22:21:20.5853434Z [00:02:32.283]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:21:20.6050659Z [00:02:32.303]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:21:20.6444608Z [00:02:32.342]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:21:20.6470078Z [00:02:32.345]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T22:21:20.6488308Z [00:02:32.347]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:21:20.6489468Z [00:02:32.347]➜  mkdir -p $WORK/b183/
2025-08-20T22:21:20.6490339Z [00:02:32.347]➜  cat >/tmp/go-build2071284111/b183/importcfg << 'EOF' # internal
2025-08-20T22:21:20.6490927Z [00:02:32.347]➜  # import config
2025-08-20T22:21:20.6491779Z [00:02:32.347]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:21:20.6493018Z [00:02:32.347]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:21:20.6494262Z [00:02:32.347]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.6495133Z [00:02:32.347]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2071284111/b184/_pkg_.a
2025-08-20T22:21:20.6496084Z [00:02:32.347]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2071284111/b185/_pkg_.a
2025-08-20T22:21:20.6497864Z [00:02:32.347]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.6498334Z [00:02:32.347]➜  EOF
2025-08-20T22:21:20.6498678Z [00:02:32.347]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.6500979Z [00:02:32.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b183=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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:21:20.6506747Z [00:02:32.349]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:21:20.6523244Z [00:02:32.350]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T22:21:20.6532427Z [00:02:32.351]➜  mime
2025-08-20T22:21:20.6537207Z [00:02:32.351]➜  mkdir -p $WORK/b190/
2025-08-20T22:21:20.6544020Z [00:02:32.352]➜  cat >/tmp/go-build2071284111/b190/importcfg << 'EOF' # internal
2025-08-20T22:21:20.6545244Z [00:02:32.352]➜  # import config
2025-08-20T22:21:20.6546084Z [00:02:32.352]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:20.6546553Z [00:02:32.352]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.6547041Z [00:02:32.352]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:20.6547494Z [00:02:32.352]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.6547909Z [00:02:32.352]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.6548305Z [00:02:32.352]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.6548710Z [00:02:32.352]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:20.6549129Z [00:02:32.352]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:20.6549539Z [00:02:32.352]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:20.6549963Z [00:02:32.352]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.6550380Z [00:02:32.352]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.6550798Z [00:02:32.352]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:20.6551253Z [00:02:32.352]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.6551588Z [00:02:32.352]➜  EOF
2025-08-20T22:21:20.6553359Z [00:02:32.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b190=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/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:21:20.6593231Z [00:02:32.357]➜  cd $WORK/b146
2025-08-20T22:21:20.6595592Z [00:02:32.357]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:21:20.6686291Z [00:02:32.367]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:21:20.6711570Z [00:02:32.369]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T22:21:20.6712808Z [00:02:32.369]➜  mime/quotedprintable
2025-08-20T22:21:20.6713479Z [00:02:32.369]➜  mkdir -p $WORK/b192/
2025-08-20T22:21:20.6714748Z [00:02:32.369]➜  cat >/tmp/go-build2071284111/b192/importcfg << 'EOF' # internal
2025-08-20T22:21:20.6715138Z [00:02:32.369]➜  # import config
2025-08-20T22:21:20.6715483Z [00:02:32.369]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:20.6715908Z [00:02:32.369]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.6716318Z [00:02:32.369]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.6716719Z [00:02:32.369]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.6717037Z [00:02:32.369]➜  EOF
2025-08-20T22:21:20.6717312Z [00:02:32.369]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.6719170Z [00:02:32.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b192=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:21:20.6860078Z [00:02:32.384]➜  cd $WORK/b146
2025-08-20T22:21:20.6861797Z [00:02:32.384]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:21:20.6920132Z [00:02:32.390]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:21:20.6922156Z [00:02:32.390]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T22:21:20.6922870Z [00:02:32.390]➜  net/http/internal
2025-08-20T22:21:20.6923311Z [00:02:32.390]➜  mkdir -p $WORK/b194/
2025-08-20T22:21:20.6935565Z [00:02:32.392]➜  cat >/tmp/go-build2071284111/b194/importcfg << 'EOF' # internal
2025-08-20T22:21:20.6936118Z [00:02:32.392]➜  # import config
2025-08-20T22:21:20.6936598Z [00:02:32.392]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:20.6937116Z [00:02:32.392]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.6937666Z [00:02:32.392]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.6938272Z [00:02:32.392]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.6938797Z [00:02:32.392]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.6939197Z [00:02:32.392]➜  EOF
2025-08-20T22:21:20.6939565Z [00:02:32.392]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.6941273Z [00:02:32.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b194=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:21:20.7201057Z [00:02:32.417]➜  cd $WORK/b146
2025-08-20T22:21:20.7205642Z [00:02:32.417]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:21:20.7248849Z [00:02:32.423]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:21:20.7255236Z [00:02:32.424]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T22:21:20.7259075Z [00:02:32.424]➜  net/http/internal/ascii
2025-08-20T22:21:20.7259736Z [00:02:32.424]➜  mkdir -p $WORK/b195/
2025-08-20T22:21:20.7260398Z [00:02:32.424]➜  cat >/tmp/go-build2071284111/b195/importcfg << 'EOF' # internal
2025-08-20T22:21:20.7261157Z [00:02:32.424]➜  # import config
2025-08-20T22:21:20.7262067Z [00:02:32.424]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.7263598Z [00:02:32.424]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:20.7264287Z [00:02:32.424]➜  EOF
2025-08-20T22:21:20.7265305Z [00:02:32.424]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.7267052Z [00:02:32.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b195=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:21:20.7512197Z [00:02:32.449]➜  cd $WORK/b146
2025-08-20T22:21:20.7514525Z [00:02:32.449]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b146/_cgo_main.o -c _cgo_main.c
2025-08-20T22:21:20.7586012Z [00:02:32.457]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:21:20.7593428Z [00:02:32.457]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T22:21:20.7604125Z [00:02:32.458]➜  golang.org/x/crypto/ripemd160
2025-08-20T22:21:20.7604451Z [00:02:32.458]➜  mkdir -p $WORK/b198/
2025-08-20T22:21:20.7604832Z [00:02:32.458]➜  cat >/tmp/go-build2071284111/b198/importcfg << 'EOF' # internal
2025-08-20T22:21:20.7605210Z [00:02:32.458]➜  # import config
2025-08-20T22:21:20.7605548Z [00:02:32.458]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:20.7605965Z [00:02:32.458]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:20.7606391Z [00:02:32.458]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:20.7606713Z [00:02:32.458]➜  EOF
2025-08-20T22:21:20.7606991Z [00:02:32.458]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:20.7609143Z [00:02:32.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.38.0/ripemd160=>golang.org/x/crypto@v0.38.0/ripemd160;$WORK/b198=>" -p golang.org/x/crypto/ripemd160 -lang=go1.23 -complete -installsuffix shared -buildid jehImZN_Eii877cpB61x/jehImZN_Eii877cpB61x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/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:21:20.7782448Z [00:02:32.476]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -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:21:20.7823124Z [00:02:32.480]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:21:20.7831857Z [00:02:32.481]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/13/1337fbb957fb9687e871333294c696c0d712183a0f8483d0f79ed8c283d516b4-d # internal
2025-08-20T22:21:20.7832493Z [00:02:32.481]➜  database/sql/driver
2025-08-20T22:21:20.7832763Z [00:02:32.481]➜  mkdir -p $WORK/b200/
2025-08-20T22:21:20.7833142Z [00:02:32.481]➜  cat >/tmp/go-build2071284111/b200/importcfg << 'EOF' # internal
2025-08-20T22:21:20.7833644Z [00:02:32.481]➜  # import config
2025-08-20T22:21:20.7834079Z [00:02:32.481]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:20.7834505Z [00:02:32.481]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.7834918Z [00:02:32.481]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.7835336Z [00:02:32.481]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:20.7835762Z [00:02:32.481]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.7836194Z [00:02:32.481]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.7836502Z [00:02:32.481]➜  EOF
2025-08-20T22:21:20.7838202Z [00:02:32.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b200=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:21:20.8411184Z [00:02:32.539]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:21:20.8449741Z [00:02:32.543]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:21:20.8454339Z [00:02:32.543]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T22:21:20.8456390Z [00:02:32.544]➜  vendor/golang.org/x/net/idna
2025-08-20T22:21:20.8457416Z [00:02:32.544]➜  mkdir -p $WORK/b182/
2025-08-20T22:21:20.8460619Z [00:02:32.544]➜  cat >/tmp/go-build2071284111/b182/importcfg << 'EOF' # internal
2025-08-20T22:21:20.8475444Z [00:02:32.546]➜  # import config
2025-08-20T22:21:20.8476005Z [00:02:32.546]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:21:20.8476632Z [00:02:32.546]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:21:20.8481129Z [00:02:32.546]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:21:20.8481727Z [00:02:32.546]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.8482284Z [00:02:32.546]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2071284111/b183/_pkg_.a
2025-08-20T22:21:20.8482933Z [00:02:32.546]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2071284111/b185/_pkg_.a
2025-08-20T22:21:20.8483709Z [00:02:32.546]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2071284111/b186/_pkg_.a
2025-08-20T22:21:20.8484292Z [00:02:32.546]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:20.8486712Z [00:02:32.546]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.8487241Z [00:02:32.546]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.8487598Z [00:02:32.546]➜  EOF
2025-08-20T22:21:20.8490913Z [00:02:32.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b182=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/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:21:20.8493944Z [00:02:32.546]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T22:21:20.8494566Z [00:02:32.546]➜  regexp/syntax
2025-08-20T22:21:20.8513344Z [00:02:32.549]➜  mkdir -p $WORK/b202/
2025-08-20T22:21:20.8514029Z [00:02:32.549]➜  cat >/tmp/go-build2071284111/b202/importcfg << 'EOF' # internal
2025-08-20T22:21:20.8515094Z [00:02:32.549]➜  # import config
2025-08-20T22:21:20.8515440Z [00:02:32.549]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:20.8515860Z [00:02:32.549]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:20.8516283Z [00:02:32.549]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.8516727Z [00:02:32.549]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.8517145Z [00:02:32.549]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.8517562Z [00:02:32.550]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:20.8518007Z [00:02:32.550]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:20.8518775Z [00:02:32.550]➜  EOF
2025-08-20T22:21:20.8521247Z [00:02:32.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b202=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/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:21:20.8527208Z [00:02:32.551]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:21:20.8536760Z [00:02:32.552]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T22:21:20.8539395Z [00:02:32.552]➜  flag
2025-08-20T22:21:20.8539726Z [00:02:32.552]➜  mkdir -p $WORK/b204/
2025-08-20T22:21:20.8540312Z [00:02:32.552]➜  cat >/tmp/go-build2071284111/b204/importcfg << 'EOF' # internal
2025-08-20T22:21:20.8540846Z [00:02:32.552]➜  # import config
2025-08-20T22:21:20.8541309Z [00:02:32.552]➜  packagefile encoding=/tmp/go-build2071284111/b099/_pkg_.a
2025-08-20T22:21:20.8541957Z [00:02:32.552]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.8542558Z [00:02:32.552]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.8543229Z [00:02:32.552]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.8543948Z [00:02:32.552]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:20.8544512Z [00:02:32.552]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:20.8544997Z [00:02:32.552]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.8545654Z [00:02:32.552]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:20.8546268Z [00:02:32.552]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.8546846Z [00:02:32.552]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.8547317Z [00:02:32.552]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.8547859Z [00:02:32.552]➜  EOF
2025-08-20T22:21:20.8549544Z [00:02:32.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b204=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:21:20.9365824Z [00:02:32.634]➜  gcc -I /root/.go/src/net -fPIC -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:21:20.9367550Z [00:02:32.635]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b146/_cgo_.o -dynout $WORK/b146/_cgo_import.go
2025-08-20T22:21:20.9494354Z [00:02:32.647]➜  cat >/tmp/go-build2071284111/b146/importcfg << 'EOF' # internal
2025-08-20T22:21:20.9494783Z [00:02:32.647]➜  # import config
2025-08-20T22:21:20.9495587Z [00:02:32.647]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:21:20.9496233Z [00:02:32.647]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:20.9496761Z [00:02:32.647]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:20.9497287Z [00:02:32.647]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.9497909Z [00:02:32.647]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2071284111/b147/_pkg_.a
2025-08-20T22:21:20.9499065Z [00:02:32.647]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:20.9499701Z [00:02:32.647]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:20.9500328Z [00:02:32.647]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:20.9500951Z [00:02:32.647]➜  packagefile internal/nettrace=/tmp/go-build2071284111/b148/_pkg_.a
2025-08-20T22:21:20.9501604Z [00:02:32.647]➜  packagefile internal/poll=/tmp/go-build2071284111/b082/_pkg_.a
2025-08-20T22:21:20.9502263Z [00:02:32.647]➜  packagefile internal/singleflight=/tmp/go-build2071284111/b149/_pkg_.a
2025-08-20T22:21:20.9502939Z [00:02:32.647]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:20.9503739Z [00:02:32.647]➜  packagefile internal/syscall/unix=/tmp/go-build2071284111/b077/_pkg_.a
2025-08-20T22:21:20.9504341Z [00:02:32.647]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.9504871Z [00:02:32.647]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:20.9505400Z [00:02:32.647]➜  packagefile net/netip=/tmp/go-build2071284111/b150/_pkg_.a
2025-08-20T22:21:20.9505843Z [00:02:32.647]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:20.9516730Z [00:02:32.647]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.9517220Z [00:02:32.647]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:20.9520513Z [00:02:32.647]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:20.9520994Z [00:02:32.647]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:20.9522648Z [00:02:32.647]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:20.9524530Z [00:02:32.647]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.9526276Z [00:02:32.647]➜  packagefile runtime/cgo=/tmp/go-build2071284111/b152/_pkg_.a
2025-08-20T22:21:20.9527026Z [00:02:32.647]➜  EOF
2025-08-20T22:21:20.9536589Z [00:02:32.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b146=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -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:21:20.9793325Z [00:02:32.677]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:21:20.9807296Z [00:02:32.679]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T22:21:20.9810505Z [00:02:32.679]➜  github.com/google/go-querystring/query
2025-08-20T22:21:20.9813270Z [00:02:32.679]➜  mkdir -p $WORK/b206/
2025-08-20T22:21:20.9813771Z [00:02:32.679]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:21:20.9814273Z [00:02:32.679]➜  cat >/tmp/go-build2071284111/b206/importcfg << 'EOF' # internal
2025-08-20T22:21:20.9814619Z [00:02:32.679]➜  # import config
2025-08-20T22:21:20.9814959Z [00:02:32.679]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.9815377Z [00:02:32.679]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:20.9815796Z [00:02:32.679]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:20.9816239Z [00:02:32.679]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:20.9816669Z [00:02:32.679]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.9817094Z [00:02:32.679]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.9817512Z [00:02:32.679]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.9817825Z [00:02:32.679]➜  EOF
2025-08-20T22:21:20.9819757Z [00:02:32.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_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/b206=>" -p github.com/google/go-querystring/query -lang=go1.10 -complete -installsuffix shared -buildid 4T5jC6csup_Gx4YnxuAW/4T5jC6csup_Gx4YnxuAW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T22:21:20.9839814Z [00:02:32.681]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:21:20.9840493Z [00:02:32.681]➜  os/exec
2025-08-20T22:21:20.9840743Z [00:02:32.681]➜  mkdir -p $WORK/b208/
2025-08-20T22:21:20.9841118Z [00:02:32.681]➜  cat >/tmp/go-build2071284111/b208/importcfg << 'EOF' # internal
2025-08-20T22:21:20.9841466Z [00:02:32.681]➜  # import config
2025-08-20T22:21:20.9841801Z [00:02:32.681]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:20.9842244Z [00:02:32.681]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:20.9842669Z [00:02:32.681]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:20.9843126Z [00:02:32.681]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:20.9843820Z [00:02:32.681]➜  packagefile internal/syscall/execenv=/tmp/go-build2071284111/b083/_pkg_.a
2025-08-20T22:21:20.9844423Z [00:02:32.681]➜  packagefile internal/syscall/unix=/tmp/go-build2071284111/b077/_pkg_.a
2025-08-20T22:21:20.9844890Z [00:02:32.681]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:20.9845298Z [00:02:32.681]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:20.9845711Z [00:02:32.681]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:20.9846147Z [00:02:32.681]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:20.9846974Z [00:02:32.681]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:20.9847407Z [00:02:32.681]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:20.9847834Z [00:02:32.681]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:20.9848264Z [00:02:32.681]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:20.9848684Z [00:02:32.681]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:20.9848996Z [00:02:32.681]➜  EOF
2025-08-20T22:21:20.9850588Z [00:02:32.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b208=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/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:21:21.0333202Z [00:02:32.731]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:21:21.0354315Z [00:02:32.733]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:21:21.0355093Z [00:02:32.733]➜  regexp
2025-08-20T22:21:21.0355495Z [00:02:32.734]➜  mkdir -p $WORK/b201/
2025-08-20T22:21:21.0363855Z [00:02:32.734]➜  cat >/tmp/go-build2071284111/b201/importcfg << 'EOF' # internal
2025-08-20T22:21:21.0364419Z [00:02:32.734]➜  # import config
2025-08-20T22:21:21.0364922Z [00:02:32.734]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.0365435Z [00:02:32.734]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.0365998Z [00:02:32.734]➜  packagefile regexp/syntax=/tmp/go-build2071284111/b202/_pkg_.a
2025-08-20T22:21:21.0366466Z [00:02:32.734]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:21.0367011Z [00:02:32.734]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.0367556Z [00:02:32.734]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.0368113Z [00:02:32.734]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.0368668Z [00:02:32.734]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.0369264Z [00:02:32.734]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.0369741Z [00:02:32.734]➜  EOF
2025-08-20T22:21:21.0371837Z [00:02:32.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b201=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/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:21:21.0559245Z [00:02:32.754]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:21:21.0570401Z [00:02:32.754]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/23/2365a5db717d3dc484a270a77802bb2de779f5a0d3e5df310862197bf47103b6-d # internal
2025-08-20T22:21:21.0571101Z [00:02:32.755]➜  github.com/reviewdog/errorformat/fmts
2025-08-20T22:21:21.0571962Z [00:02:32.755]➜  mkdir -p $WORK/b209/
2025-08-20T22:21:21.0573478Z [00:02:32.755]➜  cat >/tmp/go-build2071284111/b209/importcfg << 'EOF' # internal
2025-08-20T22:21:21.0574385Z [00:02:32.755]➜  # import config
2025-08-20T22:21:21.0575041Z [00:02:32.755]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.0576138Z [00:02:32.755]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:21.0576657Z [00:02:32.755]➜  EOF
2025-08-20T22:21:21.0617857Z [00:02:32.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_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/b209=>" -p github.com/reviewdog/errorformat/fmts -lang=go1.13 -complete -installsuffix shared -buildid FueVVnp58oTl6Rq8vQsS/FueVVnp58oTl6Rq8vQsS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/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:21:21.0682311Z [00:02:32.766]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:21:21.0697264Z [00:02:32.768]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T22:21:21.0706182Z [00:02:32.769]➜  github.com/mattn/go-shellwords
2025-08-20T22:21:21.0706667Z [00:02:32.769]➜  mkdir -p $WORK/b207/
2025-08-20T22:21:21.0707191Z [00:02:32.769]➜  cat >/tmp/go-build2071284111/b207/importcfg << 'EOF' # internal
2025-08-20T22:21:21.0707666Z [00:02:32.769]➜  # import config
2025-08-20T22:21:21.0708139Z [00:02:32.769]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.0708666Z [00:02:32.769]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.0709202Z [00:02:32.769]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.0709736Z [00:02:32.769]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:21.0710176Z [00:02:32.769]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:21.0710630Z [00:02:32.769]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.0711192Z [00:02:32.769]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.0711525Z [00:02:32.769]➜  EOF
2025-08-20T22:21:21.0713822Z [00:02:32.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-shellwords@v1.0.12=>github.com/mattn/go-shellwords@v1.0.12;$WORK/b207=>" -p github.com/mattn/go-shellwords -lang=go1.13 -complete -installsuffix shared -buildid RCOh5C-UgukKZRhm1YYa/RCOh5C-UgukKZRhm1YYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/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:21:21.0902556Z [00:02:32.788]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:21:21.0907705Z [00:02:32.789]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/26/263c4f7e529c7cc8b16dd0fe8f7008f9f8ec6c8709fe8d66c2d73bae97690ab9-d # internal
2025-08-20T22:21:21.0909844Z [00:02:32.789]➜  github.com/haya14busa/go-sarif/sarif
2025-08-20T22:21:21.0910708Z [00:02:32.789]➜  mkdir -p $WORK/b211/
2025-08-20T22:21:21.0912050Z [00:02:32.789]➜  cat >/tmp/go-build2071284111/b211/importcfg << 'EOF' # internal
2025-08-20T22:21:21.0912409Z [00:02:32.789]➜  # import config
2025-08-20T22:21:21.0912779Z [00:02:32.789]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:21.0913253Z [00:02:32.789]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:21.0913708Z [00:02:32.789]➜  EOF
2025-08-20T22:21:21.0916325Z [00:02:32.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_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/b211=>" -p github.com/haya14busa/go-sarif/sarif -lang=go1.14 -complete -installsuffix shared -buildid YoeuapSKRj7AXKtqgR-J/YoeuapSKRj7AXKtqgR-J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/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:21:21.1074514Z [00:02:32.805]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:21:21.1084083Z [00:02:32.806]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/cc/ccbf7040957b81185a16836b30c377b218654569273ae4cf54156e777a37fd58-d # internal
2025-08-20T22:21:21.1084893Z [00:02:32.807]➜  github.com/reviewdog/reviewdog/diff
2025-08-20T22:21:21.1085206Z [00:02:32.807]➜  mkdir -p $WORK/b212/
2025-08-20T22:21:21.1094042Z [00:02:32.807]➜  cat >/tmp/go-build2071284111/b212/importcfg << 'EOF' # internal
2025-08-20T22:21:21.1094470Z [00:02:32.807]➜  # import config
2025-08-20T22:21:21.1094818Z [00:02:32.807]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:21.1095816Z [00:02:32.807]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.1096430Z [00:02:32.807]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.1096962Z [00:02:32.807]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.1097641Z [00:02:32.807]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.1098096Z [00:02:32.807]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.1098529Z [00:02:32.807]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.1098847Z [00:02:32.807]➜  EOF
2025-08-20T22:21:21.1100687Z [00:02:32.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff=>github.com/reviewdog/reviewdog/diff;$WORK/b212=>" -p github.com/reviewdog/reviewdog/diff -lang=go1.23 -complete -installsuffix shared -buildid IYsQSXUzzXuY33uQ9xiE/IYsQSXUzzXuY33uQ9xiE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/diff.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/parse.go
2025-08-20T22:21:21.1295608Z [00:02:32.828]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:21:21.1305564Z [00:02:32.829]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/95/95bac22071a63517293870a4e3220ccaff5fe05c528cf79e4daeafbeac4c89ed-d # internal
2025-08-20T22:21:21.1338426Z [00:02:32.832]➜  hash/fnv
2025-08-20T22:21:21.1342824Z [00:02:32.832]➜  mkdir -p $WORK/b220/
2025-08-20T22:21:21.1344133Z [00:02:32.833]➜  cat >/tmp/go-build2071284111/b220/importcfg << 'EOF' # internal
2025-08-20T22:21:21.1344498Z [00:02:32.833]➜  # import config
2025-08-20T22:21:21.1344842Z [00:02:32.833]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.1345262Z [00:02:32.833]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:21.1345964Z [00:02:32.833]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:21.1346475Z [00:02:32.833]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:21.1346918Z [00:02:32.833]➜  EOF
2025-08-20T22:21:21.1361011Z [00:02:32.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b220=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T22:21:21.1524642Z [00:02:32.850]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:21:21.1535942Z [00:02:32.852]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/83/83ceb8679cff847a2dc3587b2f8d18a6c81bf81ed89fbb60605072e52d799a26-d # internal
2025-08-20T22:21:21.1558184Z [00:02:32.854]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T22:21:21.1559578Z [00:02:32.854]➜  mkdir -p $WORK/b221/
2025-08-20T22:21:21.1605591Z [00:02:32.855]➜  cat >/tmp/go-build2071284111/b221/importcfg << 'EOF' # internal
2025-08-20T22:21:21.1606008Z [00:02:32.855]➜  # import config
2025-08-20T22:21:21.1606359Z [00:02:32.855]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.1606671Z [00:02:32.855]➜  EOF
2025-08-20T22:21:21.1608705Z [00:02:32.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_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/b221=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.23 -complete -installsuffix shared -buildid R5UW5cvd0AeUHqlb8qCc/R5UW5cvd0AeUHqlb8qCc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/pragma/pragma.go
2025-08-20T22:21:21.1858573Z [00:02:32.884]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:21:21.1866517Z [00:02:32.885]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:21:21.1884050Z [00:02:32.886]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T22:21:21.1885580Z [00:02:32.886]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T22:21:21.1885953Z [00:02:32.886]➜  mkdir -p $WORK/b219/
2025-08-20T22:21:21.1886335Z [00:02:32.886]➜  cat >/tmp/go-build2071284111/b219/importcfg << 'EOF' # internal
2025-08-20T22:21:21.1886721Z [00:02:32.886]➜  # import config
2025-08-20T22:21:21.1887094Z [00:02:32.886]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:21.1887556Z [00:02:32.886]➜  packagefile hash/fnv=/tmp/go-build2071284111/b220/_pkg_.a
2025-08-20T22:21:21.1887974Z [00:02:32.886]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:21.1888275Z [00:02:32.886]➜  EOF
2025-08-20T22:21:21.1890299Z [00:02:32.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_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/b219=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.23 -complete -installsuffix shared -buildid vI7L98JiVGaR8mSlMByK/vI7L98JiVGaR8mSlMByK -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/detrand/rand.go
2025-08-20T22:21:21.1892152Z [00:02:32.887]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:21:21.1900137Z [00:02:32.888]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:21:21.1900964Z [00:02:32.888]➜  github.com/hashicorp/go-version
2025-08-20T22:21:21.1901406Z [00:02:32.888]➜  mkdir -p $WORK/b199/
2025-08-20T22:21:21.1905682Z [00:02:32.889]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/f7/f729c842fe42c418d6440cd4ce62be59e3340d24a51c6e678aa865b088988861-d # internal
2025-08-20T22:21:21.1908280Z [00:02:32.889]➜  embed
2025-08-20T22:21:21.1915581Z [00:02:32.890]➜  mkdir -p $WORK/b227/
2025-08-20T22:21:21.1916500Z [00:02:32.890]➜  cat >/tmp/go-build2071284111/b227/importcfg << 'EOF' # internal
2025-08-20T22:21:21.1917213Z [00:02:32.890]➜  # import config
2025-08-20T22:21:21.1918034Z [00:02:32.890]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.1918564Z [00:02:32.890]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:21.1919107Z [00:02:32.890]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:21.1919574Z [00:02:32.890]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.1919982Z [00:02:32.890]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:21.1920396Z [00:02:32.890]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:21.1920704Z [00:02:32.890]➜  EOF
2025-08-20T22:21:21.1922022Z [00:02:32.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b227=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T22:21:21.1937938Z [00:02:32.892]➜  cat >/tmp/go-build2071284111/b199/importcfg << 'EOF' # internal
2025-08-20T22:21:21.1938341Z [00:02:32.892]➜  # import config
2025-08-20T22:21:21.1940483Z [00:02:32.892]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.1941999Z [00:02:32.892]➜  packagefile database/sql/driver=/tmp/go-build2071284111/b200/_pkg_.a
2025-08-20T22:21:21.1942668Z [00:02:32.892]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.1943289Z [00:02:32.892]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:21.1944249Z [00:02:32.892]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:21.1945150Z [00:02:32.892]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.1945876Z [00:02:32.892]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.1946509Z [00:02:32.892]➜  EOF
2025-08-20T22:21:21.1948967Z [00:02:32.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-version@v1.7.0=>github.com/hashicorp/go-version@v1.7.0;$WORK/b199=>" -p github.com/hashicorp/go-version -lang=go1.16 -complete -installsuffix shared -buildid Oh8IlIph9wX_a4R0wuEE/Oh8IlIph9wX_a4R0wuEE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/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:21:21.2117120Z [00:02:32.910]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:21:21.2160853Z [00:02:32.914]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/32/32b6d4850f655aa03aa2acbae69e3896acbbe28fb2be8c0410139ab6154ca983-d # internal
2025-08-20T22:21:21.2164981Z [00:02:32.914]➜  google.golang.org/protobuf/internal/errors
2025-08-20T22:21:21.2165342Z [00:02:32.914]➜  mkdir -p $WORK/b218/
2025-08-20T22:21:21.2165723Z [00:02:32.914]➜  cat >/tmp/go-build2071284111/b218/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2166071Z [00:02:32.914]➜  # import config
2025-08-20T22:21:21.2166814Z [00:02:32.914]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.2167234Z [00:02:32.914]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.2167795Z [00:02:32.914]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2071284111/b219/_pkg_.a
2025-08-20T22:21:21.2168231Z [00:02:32.914]➜  EOF
2025-08-20T22:21:21.2170304Z [00:02:32.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_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/b218=>" -p google.golang.org/protobuf/internal/errors -lang=go1.23 -complete -installsuffix shared -buildid AVZlU8JP07h2XSS2EXXE/AVZlU8JP07h2XSS2EXXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/errors/errors.go
2025-08-20T22:21:21.2214172Z [00:02:32.920]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:21:21.2250471Z [00:02:32.923]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T22:21:21.2256451Z [00:02:32.924]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T22:21:21.2257938Z [00:02:32.924]➜  mkdir -p $WORK/b226/
2025-08-20T22:21:21.2278936Z [00:02:32.926]➜  cat >/tmp/go-build2071284111/b226/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2281839Z [00:02:32.926]➜  # import config
2025-08-20T22:21:21.2282232Z [00:02:32.926]➜  packagefile embed=/tmp/go-build2071284111/b227/_pkg_.a
2025-08-20T22:21:21.2282549Z [00:02:32.926]➜  EOF
2025-08-20T22:21:21.2282871Z [00:02:32.926]➜  cat >/tmp/go-build2071284111/b226/embedcfg << 'EOF' # internal
2025-08-20T22:21:21.2283193Z [00:02:32.926]➜  {
2025-08-20T22:21:21.2283396Z [00:02:32.926]➜  	"Patterns": {
2025-08-20T22:21:21.2283829Z [00:02:32.926]➜  		"editions_defaults.binpb": [
2025-08-20T22:21:21.2284138Z [00:02:32.926]➜  			"editions_defaults.binpb"
2025-08-20T22:21:21.2284408Z [00:02:32.926]➜  		]
2025-08-20T22:21:21.2284599Z [00:02:32.926]➜  	},
2025-08-20T22:21:21.2284804Z [00:02:32.926]➜  	"Files": {
2025-08-20T22:21:21.2285420Z [00:02:32.926]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T22:21:21.2285959Z [00:02:32.926]➜  	}
2025-08-20T22:21:21.2286147Z [00:02:32.926]➜  }EOF
2025-08-20T22:21:21.2299692Z [00:02:32.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_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/b226=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.23 -complete -installsuffix shared -buildid EdwseCzDe1iG9fMLa-PR/EdwseCzDe1iG9fMLa-PR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -embedcfg $WORK/b226/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/defaults.go
2025-08-20T22:21:21.2369699Z [00:02:32.935]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:21:21.2375473Z [00:02:32.936]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/c1/c12fe4cb0353aed6e98ad76b05245eee2b56093a38f9f6d50052cdbfd267fbea-d # internal
2025-08-20T22:21:21.2404679Z [00:02:32.939]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T22:21:21.2405723Z [00:02:32.939]➜  mkdir -p $WORK/b217/
2025-08-20T22:21:21.2408844Z [00:02:32.939]➜  cat >/tmp/go-build2071284111/b217/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2409372Z [00:02:32.939]➜  # import config
2025-08-20T22:21:21.2409879Z [00:02:32.939]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:21.2410503Z [00:02:32.939]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.2410990Z [00:02:32.939]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.2416451Z [00:02:32.939]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:21.2420941Z [00:02:32.939]➜  EOF
2025-08-20T22:21:21.2423157Z [00:02:32.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_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/b217=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.23 -complete -installsuffix shared -buildid ed4-6SsbVn_jPJOUTNGw/ed4-6SsbVn_jPJOUTNGw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protowire/wire.go
2025-08-20T22:21:21.2425282Z [00:02:32.940]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:21:21.2445062Z [00:02:32.942]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/0d/0d50ef703ea9b6c8f50b5505afb445ee93eea57ad15ba85b64922df8715147a5-d # internal
2025-08-20T22:21:21.2447762Z [00:02:32.942]➜  go/token
2025-08-20T22:21:21.2448054Z [00:02:32.942]➜  mkdir -p $WORK/b232/
2025-08-20T22:21:21.2448431Z [00:02:32.942]➜  cat >/tmp/go-build2071284111/b232/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2448777Z [00:02:32.942]➜  # import config
2025-08-20T22:21:21.2449106Z [00:02:32.942]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:21.2449516Z [00:02:32.942]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.2449924Z [00:02:32.942]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:21.2450652Z [00:02:32.942]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:21.2451145Z [00:02:32.942]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.2451563Z [00:02:32.942]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.2451998Z [00:02:32.942]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:21.2452439Z [00:02:32.942]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.2452900Z [00:02:32.942]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.2453229Z [00:02:32.942]➜  EOF
2025-08-20T22:21:21.2455180Z [00:02:32.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b232=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/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:21:21.2458314Z [00:02:32.944]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:21:21.2481087Z [00:02:32.945]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/2d/2d2cd186cd9d6e0724ec5fa0a12242020cb5ce86f655dcb851b3abf20e033185-d # internal
2025-08-20T22:21:21.2481856Z [00:02:32.945]➜  google.golang.org/protobuf/internal/version
2025-08-20T22:21:21.2482566Z [00:02:32.945]➜  mkdir -p $WORK/b245/
2025-08-20T22:21:21.2482967Z [00:02:32.945]➜  cat >/tmp/go-build2071284111/b245/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2483312Z [00:02:32.945]➜  # import config
2025-08-20T22:21:21.2483868Z [00:02:32.945]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.2484319Z [00:02:32.945]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.2484640Z [00:02:32.945]➜  EOF
2025-08-20T22:21:21.2486636Z [00:02:32.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_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/b245=>" -p google.golang.org/protobuf/internal/version -lang=go1.23 -complete -installsuffix shared -buildid h_saW7CgofxamD_IO79w/h_saW7CgofxamD_IO79w -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/version/version.go
2025-08-20T22:21:21.2657588Z [00:02:32.964]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:21:21.2661583Z [00:02:32.964]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/66/66257e04f0d0aa2f42913b7ef16a68207c0bfec1838083c1592fa8bbd487088d-d # internal
2025-08-20T22:21:21.2666588Z [00:02:32.964]➜  github.com/reviewdog/reviewdog/service/serviceutil
2025-08-20T22:21:21.2666993Z [00:02:32.964]➜  mkdir -p $WORK/b246/
2025-08-20T22:21:21.2667372Z [00:02:32.964]➜  cat >/tmp/go-build2071284111/b246/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2667745Z [00:02:32.965]➜  # import config
2025-08-20T22:21:21.2668079Z [00:02:32.965]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.2668482Z [00:02:32.965]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:21.2668900Z [00:02:32.965]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:21.2669353Z [00:02:32.965]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:21.2669816Z [00:02:32.965]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.2670129Z [00:02:32.965]➜  EOF
2025-08-20T22:21:21.2672341Z [00:02:32.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil=>github.com/reviewdog/reviewdog/service/serviceutil;$WORK/b246=>" -p github.com/reviewdog/reviewdog/service/serviceutil -lang=go1.23 -complete -installsuffix shared -buildid B0XgUF7IsdRdRveWyPbo/B0XgUF7IsdRdRveWyPbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil/serviceutil.go
2025-08-20T22:21:21.2717060Z [00:02:32.970]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:21:21.2723797Z [00:02:32.970]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/dc/dc0c910d3e691e7498b2bc6be65239cab0269af8a8ead339373a9e109ed6319f-d # internal
2025-08-20T22:21:21.2724504Z [00:02:32.970]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T22:21:21.2724862Z [00:02:32.970]➜  mkdir -p $WORK/b216/
2025-08-20T22:21:21.2725237Z [00:02:32.970]➜  cat >/tmp/go-build2071284111/b216/importcfg << 'EOF' # internal
2025-08-20T22:21:21.2725584Z [00:02:32.970]➜  # import config
2025-08-20T22:21:21.2725917Z [00:02:32.970]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.2726333Z [00:02:32.970]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.2726912Z [00:02:32.970]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:21.2727600Z [00:02:32.970]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:21.2728134Z [00:02:32.970]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.2728554Z [00:02:32.970]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:21.2728982Z [00:02:32.970]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.2729760Z [00:02:32.970]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.2730073Z [00:02:32.970]➜  EOF
2025-08-20T22:21:21.2736006Z [00:02:32.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_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/b216=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.23 -complete -installsuffix shared -buildid QRtgICFj03TqLKHPJ34D/QRtgICFj03TqLKHPJ34D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/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:21:21.2965573Z [00:02:32.994]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:21:21.2968775Z [00:02:32.994]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/58/58545cc7e52b6a23e5bebf361a3950093ec1daf8bbbf942599f7e1e4632a38b8-d # internal
2025-08-20T22:21:21.2999775Z [00:02:32.998]➜  encoding/xml
2025-08-20T22:21:21.3002723Z [00:02:32.998]➜  mkdir -p $WORK/b248/
2025-08-20T22:21:21.3006105Z [00:02:32.998]➜  cat >/tmp/go-build2071284111/b248/importcfg << 'EOF' # internal
2025-08-20T22:21:21.3006480Z [00:02:32.998]➜  # import config
2025-08-20T22:21:21.3006848Z [00:02:32.998]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:21.3007270Z [00:02:32.998]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.3007696Z [00:02:32.998]➜  packagefile encoding=/tmp/go-build2071284111/b099/_pkg_.a
2025-08-20T22:21:21.3008126Z [00:02:32.998]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.3008539Z [00:02:32.998]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.3008938Z [00:02:32.998]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.3009648Z [00:02:32.998]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:21.3010195Z [00:02:32.998]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:21.3010623Z [00:02:32.998]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.3011049Z [00:02:32.998]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.3011479Z [00:02:32.998]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.3011897Z [00:02:32.998]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.3012339Z [00:02:32.998]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.3012669Z [00:02:32.998]➜  EOF
2025-08-20T22:21:21.3024552Z [00:02:33.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b248=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/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:21:21.3302120Z [00:02:33.028]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:21:21.3319243Z [00:02:33.030]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T22:21:21.3324611Z [00:02:33.031]➜  github.com/reviewdog/errorformat
2025-08-20T22:21:21.3326242Z [00:02:33.031]➜  mkdir -p $WORK/b249/
2025-08-20T22:21:21.3326648Z [00:02:33.031]➜  cat >/tmp/go-build2071284111/b249/importcfg << 'EOF' # internal
2025-08-20T22:21:21.3326999Z [00:02:33.031]➜  # import config
2025-08-20T22:21:21.3327331Z [00:02:33.031]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:21.3327776Z [00:02:33.031]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.3328197Z [00:02:33.031]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.3328610Z [00:02:33.031]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.3329008Z [00:02:33.031]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.3329416Z [00:02:33.031]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:21.3329922Z [00:02:33.031]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.3330856Z [00:02:33.031]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.3331451Z [00:02:33.031]➜  EOF
2025-08-20T22:21:21.3334110Z [00:02:33.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_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/b249=>" -p github.com/reviewdog/errorformat -lang=go1.13 -complete -installsuffix shared -buildid DKb_IePJy0nmosBicmqK/DKb_IePJy0nmosBicmqK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/github.com/reviewdog/errorformat@v0.0.0-20250320004447-223c26dbe212/errorformat.go
2025-08-20T22:21:21.3788471Z [00:02:33.077]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:21:21.3794337Z [00:02:33.078]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/9d/9db9800ecf7c9ecd918ce01418868d1528e7a156cdedf25d3ce104d5efe22e0a-d # internal
2025-08-20T22:21:21.3795070Z [00:02:33.078]➜  github.com/reviewdog/reviewdog/cienv
2025-08-20T22:21:21.3795515Z [00:02:33.078]➜  mkdir -p $WORK/b252/
2025-08-20T22:21:21.3797740Z [00:02:33.078]➜  cat >/tmp/go-build2071284111/b252/importcfg << 'EOF' # internal
2025-08-20T22:21:21.3798731Z [00:02:33.078]➜  # import config
2025-08-20T22:21:21.3799165Z [00:02:33.078]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:21.3799968Z [00:02:33.078]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.3800457Z [00:02:33.078]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:21.3800882Z [00:02:33.078]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:21.3801309Z [00:02:33.078]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.3801737Z [00:02:33.078]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.3802072Z [00:02:33.078]➜  EOF
2025-08-20T22:21:21.3804341Z [00:02:33.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv=>github.com/reviewdog/reviewdog/cienv;$WORK/b252=>" -p github.com/reviewdog/reviewdog/cienv -lang=go1.23 -complete -installsuffix shared -buildid wKvmP-CCuW8AZF07Nb4k/wKvmP-CCuW8AZF07Nb4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/bitbucket_pipelines.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/cienv.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/github_actions.go
2025-08-20T22:21:21.4249705Z [00:02:33.123]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:21:21.4256380Z [00:02:33.124]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/77/770cb896f33c2012629bdae47915200dd57cba201899744775c2a4b53abc2f1f-d # internal
2025-08-20T22:21:21.4278368Z [00:02:33.126]➜  golang.org/x/sync/errgroup
2025-08-20T22:21:21.4279288Z [00:02:33.126]➜  mkdir -p $WORK/b257/
2025-08-20T22:21:21.4280840Z [00:02:33.126]➜  cat >/tmp/go-build2071284111/b257/importcfg << 'EOF' # internal
2025-08-20T22:21:21.4282191Z [00:02:33.126]➜  # import config
2025-08-20T22:21:21.4282566Z [00:02:33.126]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:21.4282989Z [00:02:33.126]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.4283403Z [00:02:33.126]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.4284030Z [00:02:33.126]➜  EOF
2025-08-20T22:21:21.4286392Z [00:02:33.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b257=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid T2hLdnynigI0jskXGfHM/T2hLdnynigI0jskXGfHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T22:21:21.4651665Z [00:02:33.163]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:21:21.4657053Z [00:02:33.164]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/41/41a58705dacba142c8242a35b5b331ad290c33fa7ab86a041f618ddda960eaf2-d # internal
2025-08-20T22:21:21.4662973Z [00:02:33.164]➜  gopkg.in/yaml.v3
2025-08-20T22:21:21.4697256Z [00:02:33.168]➜  mkdir -p $WORK/b258/
2025-08-20T22:21:21.4701035Z [00:02:33.168]➜  cat >/tmp/go-build2071284111/b258/importcfg << 'EOF' # internal
2025-08-20T22:21:21.4706087Z [00:02:33.168]➜  # import config
2025-08-20T22:21:21.4706703Z [00:02:33.168]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.4707283Z [00:02:33.168]➜  packagefile encoding=/tmp/go-build2071284111/b099/_pkg_.a
2025-08-20T22:21:21.4707882Z [00:02:33.168]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:21.4708440Z [00:02:33.168]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.4708977Z [00:02:33.168]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.4709482Z [00:02:33.168]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.4709985Z [00:02:33.168]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.4710503Z [00:02:33.168]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:21.4711022Z [00:02:33.168]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:21.4711533Z [00:02:33.168]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:21.4712387Z [00:02:33.169]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.4713008Z [00:02:33.169]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.4713662Z [00:02:33.169]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.4714232Z [00:02:33.169]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:21.4714763Z [00:02:33.169]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.4715300Z [00:02:33.169]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.4715733Z [00:02:33.169]➜  EOF
2025-08-20T22:21:21.4719538Z [00:02:33.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b258=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/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:21:21.5838642Z [00:02:33.282]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:21:21.5975943Z [00:02:33.295]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/8a/8a63b150b54acf7f505607c39c0f6b4a258fe07573364615a8318c21d8522389-d # internal
2025-08-20T22:21:21.5976663Z [00:02:33.295]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T22:21:21.5977007Z [00:02:33.295]➜  mkdir -p $WORK/b224/
2025-08-20T22:21:21.5984946Z [00:02:33.297]➜  cat >/tmp/go-build2071284111/b224/importcfg << 'EOF' # internal
2025-08-20T22:21:21.6005631Z [00:02:33.297]➜  # import config
2025-08-20T22:21:21.6006308Z [00:02:33.297]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.6006895Z [00:02:33.297]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2071284111/b219/_pkg_.a
2025-08-20T22:21:21.6007622Z [00:02:33.297]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:21.6008329Z [00:02:33.297]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.6008905Z [00:02:33.297]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.6009322Z [00:02:33.297]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:21.6009786Z [00:02:33.297]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.6010218Z [00:02:33.297]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.6010532Z [00:02:33.297]➜  EOF
2025-08-20T22:21:21.6012572Z [00:02:33.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_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/b224=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.23 -complete -installsuffix shared -buildid 4G5zMzw0X1YxDhlTpz7w/4G5zMzw0X1YxDhlTpz7w -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/descfmt/stringer.go
2025-08-20T22:21:21.6810377Z [00:02:33.379]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:21:21.6828998Z [00:02:33.381]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/fa/fab69860c2770522c5cf2cf059944eee6cc1ca8301023eb7e56e25c1acfb3c7a-d # internal
2025-08-20T22:21:21.6829743Z [00:02:33.381]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T22:21:21.6831755Z [00:02:33.381]➜  mkdir -p $WORK/b225/
2025-08-20T22:21:21.6838119Z [00:02:33.382]➜  cat >/tmp/go-build2071284111/b225/importcfg << 'EOF' # internal
2025-08-20T22:21:21.6838927Z [00:02:33.382]➜  # import config
2025-08-20T22:21:21.6839478Z [00:02:33.382]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.6839967Z [00:02:33.382]➜  EOF
2025-08-20T22:21:21.6842034Z [00:02:33.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_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/b225=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.23 -complete -installsuffix shared -buildid rLIAaKOGbtE-ddq5dbHw/rLIAaKOGbtE-ddq5dbHw -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/descopts/options.go
2025-08-20T22:21:21.6847512Z [00:02:33.383]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:21:21.6943055Z [00:02:33.392]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T22:21:21.6958772Z [00:02:33.394]➜  google.golang.org/protobuf/internal/strs
2025-08-20T22:21:21.6964367Z [00:02:33.395]➜  mkdir -p $WORK/b231/
2025-08-20T22:21:21.6966007Z [00:02:33.395]➜  cat >/tmp/go-build2071284111/b231/importcfg << 'EOF' # internal
2025-08-20T22:21:21.6967195Z [00:02:33.395]➜  # import config
2025-08-20T22:21:21.6967590Z [00:02:33.395]➜  packagefile go/token=/tmp/go-build2071284111/b232/_pkg_.a
2025-08-20T22:21:21.6968164Z [00:02:33.395]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:21.6968894Z [00:02:33.395]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.6969459Z [00:02:33.395]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.6969891Z [00:02:33.395]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.6970343Z [00:02:33.395]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.6970679Z [00:02:33.395]➜  EOF
2025-08-20T22:21:21.6972986Z [00:02:33.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_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/b231=>" -p google.golang.org/protobuf/internal/strs -lang=go1.23 -complete -installsuffix shared -buildid qAQOJ2fQSF6lw7-3IskG/qAQOJ2fQSF6lw7-3IskG -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/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs/strings_unsafe.go
2025-08-20T22:21:21.7009487Z [00:02:33.399]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:21:21.7020800Z [00:02:33.399]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/8a/8a78d91e2100a9fd87a61e3c8d37d5b869f5b94b1e734b4041c5aab95a5b1047-d # internal
2025-08-20T22:21:21.7021491Z [00:02:33.399]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T22:21:21.7021871Z [00:02:33.399]➜  mkdir -p $WORK/b233/
2025-08-20T22:21:21.7022242Z [00:02:33.400]➜  cat >/tmp/go-build2071284111/b233/importcfg << 'EOF' # internal
2025-08-20T22:21:21.7022585Z [00:02:33.400]➜  # import config
2025-08-20T22:21:21.7023080Z [00:02:33.400]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:21.7023910Z [00:02:33.400]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:21.7024944Z [00:02:33.400]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.7025577Z [00:02:33.400]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.7025885Z [00:02:33.400]➜  EOF
2025-08-20T22:21:21.7028087Z [00:02:33.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_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/b233=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.23 -complete -installsuffix shared -buildid VBN_IvL75FIhorIw_6Az/VBN_IvL75FIhorIw_6Az -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/messageset/messageset.go
2025-08-20T22:21:21.7271198Z [00:02:33.425]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:21:21.7283480Z [00:02:33.425]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/73/739f711d63f569acfbb41b7d401c30c257da78c20786c8b7b834101c0b4732e3-d # internal
2025-08-20T22:21:21.7284248Z [00:02:33.426]➜  google.golang.org/protobuf/internal/genid
2025-08-20T22:21:21.7284578Z [00:02:33.426]➜  mkdir -p $WORK/b234/
2025-08-20T22:21:21.7284950Z [00:02:33.426]➜  cat >/tmp/go-build2071284111/b234/importcfg << 'EOF' # internal
2025-08-20T22:21:21.7285293Z [00:02:33.426]➜  # import config
2025-08-20T22:21:21.7285796Z [00:02:33.426]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.7286605Z [00:02:33.426]➜  EOF
2025-08-20T22:21:21.7293342Z [00:02:33.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_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/b234=>" -p google.golang.org/protobuf/internal/genid -lang=go1.23 -complete -installsuffix shared -buildid L2lKsVKoxH_SdIUrt8P-/L2lKsVKoxH_SdIUrt8P- -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/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:21:21.7477156Z [00:02:33.445]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:21:21.7484958Z [00:02:33.446]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/54/541f054ecd1387b949d42eab9467cefa3f0fefeebab41ec2f3380e53eec75e1f-d # internal
2025-08-20T22:21:21.7505553Z [00:02:33.447]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T22:21:21.7506082Z [00:02:33.447]➜  mkdir -p $WORK/b229/
2025-08-20T22:21:21.7506474Z [00:02:33.447]➜  cat >/tmp/go-build2071284111/b229/importcfg << 'EOF' # internal
2025-08-20T22:21:21.7506828Z [00:02:33.447]➜  # import config
2025-08-20T22:21:21.7507549Z [00:02:33.447]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:21.7508039Z [00:02:33.447]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.7508601Z [00:02:33.447]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2071284111/b219/_pkg_.a
2025-08-20T22:21:21.7509283Z [00:02:33.447]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:21.7509965Z [00:02:33.447]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:21.7510618Z [00:02:33.447]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:21.7511130Z [00:02:33.447]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.7511532Z [00:02:33.447]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.7511954Z [00:02:33.447]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:21.7512397Z [00:02:33.447]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.7512826Z [00:02:33.447]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.7513249Z [00:02:33.447]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:21.7514055Z [00:02:33.447]➜  packagefile unicode/utf16=/tmp/go-build2071284111/b100/_pkg_.a
2025-08-20T22:21:21.7514860Z [00:02:33.447]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.7515193Z [00:02:33.447]➜  EOF
2025-08-20T22:21:21.7518984Z [00:02:33.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_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/b229=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.23 -complete -installsuffix shared -buildid CRxtHkjWUgq-I9JCqbrw/CRxtHkjWUgq-I9JCqbrw -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/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:21:21.7645407Z [00:02:33.462]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:21:21.7681101Z [00:02:33.466]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/03/03042a0d0a09e0dc861633683369a2daae3eb9780151a56a523d7b89af96a3b1-d # internal
2025-08-20T22:21:21.7698105Z [00:02:33.466]➜  google.golang.org/protobuf/internal/order
2025-08-20T22:21:21.7698462Z [00:02:33.466]➜  mkdir -p $WORK/b236/
2025-08-20T22:21:21.7698870Z [00:02:33.466]➜  cat >/tmp/go-build2071284111/b236/importcfg << 'EOF' # internal
2025-08-20T22:21:21.7699219Z [00:02:33.466]➜  # import config
2025-08-20T22:21:21.7699719Z [00:02:33.466]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.7700277Z [00:02:33.466]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:21.7700690Z [00:02:33.466]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.7701012Z [00:02:33.466]➜  EOF
2025-08-20T22:21:21.7704044Z [00:02:33.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_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/b236=>" -p google.golang.org/protobuf/internal/order -lang=go1.23 -complete -installsuffix shared -buildid Ec0AHu6xNp8lMN_Mt0cx/Ec0AHu6xNp8lMN_Mt0cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/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:21:21.8090770Z [00:02:33.507]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:21:21.8096287Z [00:02:33.508]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/03/03028db6e2dd7f867261f9bad28d0b9f5056cc7a32bf1f585152ce6a47d45f49-d # internal
2025-08-20T22:21:21.8100766Z [00:02:33.508]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T22:21:21.8101126Z [00:02:33.508]➜  mkdir -p $WORK/b237/
2025-08-20T22:21:21.8101507Z [00:02:33.508]➜  cat >/tmp/go-build2071284111/b237/importcfg << 'EOF' # internal
2025-08-20T22:21:21.8101853Z [00:02:33.508]➜  # import config
2025-08-20T22:21:21.8102185Z [00:02:33.508]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.8102814Z [00:02:33.508]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:21.8103720Z [00:02:33.508]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:21.8104457Z [00:02:33.508]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:21.8105150Z [00:02:33.508]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.8105693Z [00:02:33.508]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:21.8106474Z [00:02:33.508]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:21.8106897Z [00:02:33.508]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:21.8107202Z [00:02:33.508]➜  EOF
2025-08-20T22:21:21.8109316Z [00:02:33.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_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/b237=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.23 -complete -installsuffix shared -buildid LO0I6FNifq-aTdIvkCDA/LO0I6FNifq-aTdIvkCDA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoregistry/registry.go
2025-08-20T22:21:21.9200957Z [00:02:33.618]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:21:21.9232529Z [00:02:33.621]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/ae/ae485ef8deb2c6e3b040b723cdd17afaa743a4cf57868489520d0200b927f328-d # internal
2025-08-20T22:21:21.9249228Z [00:02:33.623]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T22:21:21.9250503Z [00:02:33.623]➜  mkdir -p $WORK/b238/
2025-08-20T22:21:21.9260602Z [00:02:33.624]➜  cat >/tmp/go-build2071284111/b238/importcfg << 'EOF' # internal
2025-08-20T22:21:21.9261758Z [00:02:33.624]➜  # import config
2025-08-20T22:21:21.9262549Z [00:02:33.624]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:21.9263765Z [00:02:33.624]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.9264847Z [00:02:33.624]➜  EOF
2025-08-20T22:21:21.9287682Z [00:02:33.627]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:21:21.9295910Z [00:02:33.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_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/b238=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.23 -complete -installsuffix shared -buildid QLCw5B_vPw1Sx4lI6Ddg/QLCw5B_vPw1Sx4lI6Ddg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/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:21:21.9303850Z [00:02:33.628]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/ce/ce7f18961c832574c61176c829074a6eae215093b301ef79689824e0300f07d9-d # internal
2025-08-20T22:21:21.9304768Z [00:02:33.628]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T22:21:21.9305291Z [00:02:33.628]➜  mkdir -p $WORK/b228/
2025-08-20T22:21:21.9305796Z [00:02:33.628]➜  cat >/tmp/go-build2071284111/b228/importcfg << 'EOF' # internal
2025-08-20T22:21:21.9306265Z [00:02:33.628]➜  # import config
2025-08-20T22:21:21.9306725Z [00:02:33.628]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.9307414Z [00:02:33.628]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2071284111/b229/_pkg_.a
2025-08-20T22:21:21.9308214Z [00:02:33.628]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:21.9309036Z [00:02:33.628]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.9309727Z [00:02:33.628]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.9310259Z [00:02:33.628]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:21.9310680Z [00:02:33.628]➜  EOF
2025-08-20T22:21:21.9312968Z [00:02:33.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_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/b228=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.23 -complete -installsuffix shared -buildid w2YcNgbBxj2EihQvWTXe/w2YcNgbBxj2EihQvWTXe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/defval/default.go
2025-08-20T22:21:21.9571030Z [00:02:33.655]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:21:21.9578056Z [00:02:33.656]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/17/17327548071603e0aaec7df20a49e7055b5bd8c6e7e2c97b6cb368125c7eb1ce-d # internal
2025-08-20T22:21:21.9587427Z [00:02:33.656]➜  google.golang.org/protobuf/proto
2025-08-20T22:21:21.9587774Z [00:02:33.656]➜  mkdir -p $WORK/b235/
2025-08-20T22:21:21.9588152Z [00:02:33.656]➜  cat >/tmp/go-build2071284111/b235/importcfg << 'EOF' # internal
2025-08-20T22:21:21.9588497Z [00:02:33.656]➜  # import config
2025-08-20T22:21:21.9588842Z [00:02:33.656]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.9589286Z [00:02:33.656]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.9589852Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:21.9590605Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:21.9591328Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:21.9592008Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:21.9592673Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2071284111/b234/_pkg_.a
2025-08-20T22:21:21.9593331Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2071284111/b236/_pkg_.a
2025-08-20T22:21:21.9594463Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:21.9595145Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:21.9603050Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:21.9603894Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:21.9604951Z [00:02:33.656]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2071284111/b238/_pkg_.a
2025-08-20T22:21:21.9605576Z [00:02:33.656]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:21.9606002Z [00:02:33.656]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:21.9606454Z [00:02:33.656]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:21.9606792Z [00:02:33.656]➜  EOF
2025-08-20T22:21:21.9612671Z [00:02:33.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto=>google.golang.org/protobuf@v1.36.8/proto;$WORK/b235=>" -p google.golang.org/protobuf/proto -lang=go1.23 -complete -installsuffix shared -buildid 5iB6l59caTqreZLigASW/5iB6l59caTqreZLigASW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/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:21:21.9738008Z [00:02:33.671]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:21:21.9739373Z [00:02:33.671]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/2e/2e948d7429fcf4c522ee198a07f0181f2f7a05b2976486d03a5b66712f57b067-d # internal
2025-08-20T22:21:21.9742431Z [00:02:33.671]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T22:21:21.9742776Z [00:02:33.671]➜  mkdir -p $WORK/b244/
2025-08-20T22:21:21.9743193Z [00:02:33.671]➜  cat >/tmp/go-build2071284111/b244/importcfg << 'EOF' # internal
2025-08-20T22:21:21.9743663Z [00:02:33.671]➜  # import config
2025-08-20T22:21:21.9744059Z [00:02:33.671]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:21.9744476Z [00:02:33.671]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:21.9745040Z [00:02:33.671]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:21.9745751Z [00:02:33.671]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2071284111/b238/_pkg_.a
2025-08-20T22:21:21.9746288Z [00:02:33.671]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:21.9746697Z [00:02:33.671]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:21.9747128Z [00:02:33.671]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:21.9747456Z [00:02:33.671]➜  EOF
2025-08-20T22:21:21.9750524Z [00:02:33.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_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/b244=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.23 -complete -installsuffix shared -buildid IDSA_JWPSqsprtepsEuL/IDSA_JWPSqsprtepsEuL -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/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:21:21.9806916Z [00:02:33.679]➜  cd /root/.go/src/net
2025-08-20T22:21:21.9810138Z [00:02:33.679]➜  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:21:21.9818799Z [00:02:33.680]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:21:21.9995324Z [00:02:33.697]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/42/42190e31f587e22ae6b82d9174e1a0cd226f1309f81ae3ec224ac9ef3a6b51d1-d # internal
2025-08-20T22:21:21.9996013Z [00:02:33.697]➜  crypto/x509
2025-08-20T22:21:21.9996269Z [00:02:33.697]➜  mkdir -p $WORK/b142/
2025-08-20T22:21:21.9999504Z [00:02:33.698]➜  cat >/tmp/go-build2071284111/b142/importcfg << 'EOF' # internal
2025-08-20T22:21:22.0000333Z [00:02:33.698]➜  # import config
2025-08-20T22:21:22.0001249Z [00:02:33.698]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:21:22.0002379Z [00:02:33.698]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:21:22.0008778Z [00:02:33.698]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.0009831Z [00:02:33.698]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:22.0010884Z [00:02:33.698]➜  packagefile crypto/aes=/tmp/go-build2071284111/b134/_pkg_.a
2025-08-20T22:21:22.0011674Z [00:02:33.698]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:22.0012659Z [00:02:33.698]➜  packagefile crypto/des=/tmp/go-build2071284111/b135/_pkg_.a
2025-08-20T22:21:22.0013165Z [00:02:33.698]➜  packagefile crypto/dsa=/tmp/go-build2071284111/b136/_pkg_.a
2025-08-20T22:21:22.0013760Z [00:02:33.698]➜  packagefile crypto/ecdh=/tmp/go-build2071284111/b103/_pkg_.a
2025-08-20T22:21:22.0014306Z [00:02:33.698]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:22.0014778Z [00:02:33.698]➜  packagefile crypto/ed25519=/tmp/go-build2071284111/b127/_pkg_.a
2025-08-20T22:21:22.0015263Z [00:02:33.698]➜  packagefile crypto/elliptic=/tmp/go-build2071284111/b108/_pkg_.a
2025-08-20T22:21:22.0015731Z [00:02:33.698]➜  packagefile crypto/md5=/tmp/go-build2071284111/b137/_pkg_.a
2025-08-20T22:21:22.0016182Z [00:02:33.698]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:22.0016647Z [00:02:33.698]➜  packagefile crypto/sha1=/tmp/go-build2071284111/b141/_pkg_.a
2025-08-20T22:21:22.0017105Z [00:02:33.698]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:22.0017572Z [00:02:33.698]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:22.0018050Z [00:02:33.698]➜  packagefile crypto/x509/pkix=/tmp/go-build2071284111/b143/_pkg_.a
2025-08-20T22:21:22.0018526Z [00:02:33.698]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:22.0018999Z [00:02:33.698]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:22.0019467Z [00:02:33.698]➜  packagefile encoding/pem=/tmp/go-build2071284111/b144/_pkg_.a
2025-08-20T22:21:22.0019907Z [00:02:33.698]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.0020316Z [00:02:33.698]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.0020857Z [00:02:33.698]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2071284111/b117/_pkg_.a
2025-08-20T22:21:22.0021508Z [00:02:33.698]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2071284111/b119/_pkg_.a
2025-08-20T22:21:22.0022090Z [00:02:33.698]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:22.0022566Z [00:02:33.698]➜  packagefile internal/goos=/tmp/go-build2071284111/b018/_pkg_.a
2025-08-20T22:21:22.0022998Z [00:02:33.698]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.0023846Z [00:02:33.698]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:22.0024360Z [00:02:33.698]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:22.0024774Z [00:02:33.698]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:22.0025181Z [00:02:33.698]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.0025605Z [00:02:33.698]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:22.0026080Z [00:02:33.698]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:22.0026504Z [00:02:33.698]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:22.0026924Z [00:02:33.698]➜  packagefile net/netip=/tmp/go-build2071284111/b150/_pkg_.a
2025-08-20T22:21:22.0027353Z [00:02:33.698]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:22.0027759Z [00:02:33.698]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.0028202Z [00:02:33.698]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:22.0028652Z [00:02:33.698]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:22.0029077Z [00:02:33.698]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:22.0029500Z [00:02:33.698]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.0029928Z [00:02:33.698]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.0030615Z [00:02:33.698]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.0031027Z [00:02:33.698]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:22.0031438Z [00:02:33.698]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:22.0031881Z [00:02:33.698]➜  packagefile unicode/utf16=/tmp/go-build2071284111/b100/_pkg_.a
2025-08-20T22:21:22.0032345Z [00:02:33.698]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.0032682Z [00:02:33.698]➜  EOF
2025-08-20T22:21:22.0032964Z [00:02:33.698]➜  cd /tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog
2025-08-20T22:21:22.0036141Z [00:02:33.698]➜  /root/.go/pkg/tool/linux_arm64/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 Z7lLAX17MLOzclm0Vs2p/Z7lLAX17MLOzclm0Vs2p -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:21:22.0369354Z [00:02:33.735]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:21:22.0381648Z [00:02:33.736]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/3f/3f1c89eb476da2301e6eef3d07f398e8acd465156436acc90efee057bf8df398-d # internal
2025-08-20T22:21:22.0389118Z [00:02:33.737]➜  net/textproto
2025-08-20T22:21:22.0389666Z [00:02:33.737]➜  mkdir -p $WORK/b187/
2025-08-20T22:21:22.0403830Z [00:02:33.738]➜  cat >/tmp/go-build2071284111/b187/importcfg << 'EOF' # internal
2025-08-20T22:21:22.0404291Z [00:02:33.738]➜  # import config
2025-08-20T22:21:22.0404634Z [00:02:33.738]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:22.0405055Z [00:02:33.738]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.0405474Z [00:02:33.738]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.0405879Z [00:02:33.738]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.0406277Z [00:02:33.738]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.0407043Z [00:02:33.739]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.0407532Z [00:02:33.739]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:22.0407951Z [00:02:33.739]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.0408378Z [00:02:33.739]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.0408795Z [00:02:33.739]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.0409115Z [00:02:33.739]➜  EOF
2025-08-20T22:21:22.0411181Z [00:02:33.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b187=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid EjZKrnbGt2IvspaQ56He/EjZKrnbGt2IvspaQ56He -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/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:21:22.0952948Z [00:02:33.793]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:21:22.1006783Z [00:02:33.799]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T22:21:22.1007467Z [00:02:33.799]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:21:22.1008490Z [00:02:33.799]➜  mkdir -p $WORK/b188/
2025-08-20T22:21:22.1015750Z [00:02:33.799]➜  cat >/tmp/go-build2071284111/b188/importcfg << 'EOF' # internal
2025-08-20T22:21:22.1016304Z [00:02:33.799]➜  # import config
2025-08-20T22:21:22.1016802Z [00:02:33.799]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:21:22.1017347Z [00:02:33.799]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.1017888Z [00:02:33.799]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.1018530Z [00:02:33.799]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2071284111/b182/_pkg_.a
2025-08-20T22:21:22.1019133Z [00:02:33.799]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:22.1019676Z [00:02:33.799]➜  packagefile net/netip=/tmp/go-build2071284111/b150/_pkg_.a
2025-08-20T22:21:22.1020217Z [00:02:33.799]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:22.1020721Z [00:02:33.799]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.1023728Z [00:02:33.799]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.1024263Z [00:02:33.799]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.1024603Z [00:02:33.799]➜  EOF
2025-08-20T22:21:22.1026453Z [00:02:33.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b188=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid FuuVKz1Xm1Rq7xUK_a-T/FuuVKz1Xm1Rq7xUK_a-T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:21:22.1116740Z [00:02:33.807]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:21:22.1123930Z [00:02:33.810]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/a7/a717c0b8412323191ba2c82be109ad024242fa8af4f2df70df8abbab56381874-d # internal
2025-08-20T22:21:22.1125102Z [00:02:33.810]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:21:22.1125871Z [00:02:33.810]➜  mkdir -p $WORK/b181/
2025-08-20T22:21:22.1126799Z [00:02:33.810]➜  cat >/tmp/go-build2071284111/b181/importcfg << 'EOF' # internal
2025-08-20T22:21:22.1127193Z [00:02:33.810]➜  # import config
2025-08-20T22:21:22.1127564Z [00:02:33.810]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:21:22.1128094Z [00:02:33.810]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2071284111/b182/_pkg_.a
2025-08-20T22:21:22.1128924Z [00:02:33.810]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:22.1129442Z [00:02:33.810]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:22.1129895Z [00:02:33.810]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.1130345Z [00:02:33.810]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.1130693Z [00:02:33.810]➜  EOF
2025-08-20T22:21:22.1132773Z [00:02:33.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b181=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid TBgdblQZDfVXrDjUBSnv/TBgdblQZDfVXrDjUBSnv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/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:21:22.1186176Z [00:02:33.817]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:21:22.1218118Z [00:02:33.820]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/14/14775fdb3dc8fd11f2d885f5d49170b517b0b117711031c92316b5cdc81a3dab-d # internal
2025-08-20T22:21:22.1224817Z [00:02:33.821]➜  mime/multipart
2025-08-20T22:21:22.1249628Z [00:02:33.821]➜  mkdir -p $WORK/b191/
2025-08-20T22:21:22.1250561Z [00:02:33.821]➜  cat >/tmp/go-build2071284111/b191/importcfg << 'EOF' # internal
2025-08-20T22:21:22.1250915Z [00:02:33.821]➜  # import config
2025-08-20T22:21:22.1251248Z [00:02:33.821]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:22.1251664Z [00:02:33.821]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.1252097Z [00:02:33.821]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:22.1252536Z [00:02:33.821]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.1252958Z [00:02:33.822]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.1253410Z [00:02:33.822]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:22.1254138Z [00:02:33.822]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.1254548Z [00:02:33.822]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:22.1254956Z [00:02:33.822]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.1255378Z [00:02:33.822]➜  packagefile mime=/tmp/go-build2071284111/b190/_pkg_.a
2025-08-20T22:21:22.1255849Z [00:02:33.822]➜  packagefile mime/quotedprintable=/tmp/go-build2071284111/b192/_pkg_.a
2025-08-20T22:21:22.1256347Z [00:02:33.822]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:22.1256780Z [00:02:33.822]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.1257213Z [00:02:33.822]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:22.1257666Z [00:02:33.822]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:22.1258091Z [00:02:33.822]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.1258520Z [00:02:33.822]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.1258836Z [00:02:33.822]➜  EOF
2025-08-20T22:21:22.1260797Z [00:02:33.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b191=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/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:21:22.1322519Z [00:02:33.830]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:21:22.1335537Z [00:02:33.832]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/57/578757950f387b76400103acda44e4b45c34e496217481d5554e045fd24bf090-d # internal
2025-08-20T22:21:22.1347213Z [00:02:33.833]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T22:21:22.1347894Z [00:02:33.833]➜  mkdir -p $WORK/b223/
2025-08-20T22:21:22.1348542Z [00:02:33.833]➜  cat >/tmp/go-build2071284111/b223/importcfg << 'EOF' # internal
2025-08-20T22:21:22.1349195Z [00:02:33.833]➜  # import config
2025-08-20T22:21:22.1349784Z [00:02:33.833]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.1350504Z [00:02:33.833]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.1351358Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:22.1352695Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build2071284111/b224/_pkg_.a
2025-08-20T22:21:22.1353493Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2071284111/b225/_pkg_.a
2025-08-20T22:21:22.1354405Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build2071284111/b226/_pkg_.a
2025-08-20T22:21:22.1355166Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2071284111/b228/_pkg_.a
2025-08-20T22:21:22.1355932Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:22.1357106Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:22.1357779Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2071284111/b234/_pkg_.a
2025-08-20T22:21:22.1358447Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:22.1359117Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:22.1359742Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:22.1360403Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:22.1361121Z [00:02:33.833]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:22.1361684Z [00:02:33.833]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.1362107Z [00:02:33.833]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:22.1362528Z [00:02:33.833]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:22.1362943Z [00:02:33.833]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.1363363Z [00:02:33.833]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.1363994Z [00:02:33.833]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:22.1364328Z [00:02:33.833]➜  EOF
2025-08-20T22:21:22.1369060Z [00:02:33.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_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/b223=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.23 -complete -installsuffix shared -buildid J2rLTEOalxtsd5LXbtil/J2rLTEOalxtsd5LXbtil -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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:21:22.1473628Z [00:02:33.845]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:21:22.1484488Z [00:02:33.847]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/31/31e69144adfd80b1bee7fa3888007a7693b8bc2474f9d6b25140c10065cbcf55-d # internal
2025-08-20T22:21:22.1492625Z [00:02:33.847]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T22:21:22.1493156Z [00:02:33.847]➜  mkdir -p $WORK/b241/
2025-08-20T22:21:22.1503406Z [00:02:33.848]➜  cat >/tmp/go-build2071284111/b241/importcfg << 'EOF' # internal
2025-08-20T22:21:22.1505700Z [00:02:33.848]➜  # import config
2025-08-20T22:21:22.1506052Z [00:02:33.848]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.1506655Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:22.1507412Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:22.1508166Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2071284111/b229/_pkg_.a
2025-08-20T22:21:22.1509276Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:22.1509944Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:22.1510604Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2071284111/b234/_pkg_.a
2025-08-20T22:21:22.1511261Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2071284111/b236/_pkg_.a
2025-08-20T22:21:22.1511936Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:22.1512595Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2071284111/b242/_pkg_.a
2025-08-20T22:21:22.1513242Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:22.1514071Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:22.1514746Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:22.1515466Z [00:02:33.848]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:22.1516029Z [00:02:33.848]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.1516476Z [00:02:33.848]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.1516808Z [00:02:33.848]➜  EOF
2025-08-20T22:21:22.1519487Z [00:02:33.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_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/b241=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.23 -complete -installsuffix shared -buildid ClsSVxGrgPBtesgOIMwU/ClsSVxGrgPBtesgOIMwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/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:21:22.2371676Z [00:02:33.935]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:21:22.2384269Z [00:02:33.935]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T22:21:22.2385307Z [00:02:33.935]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T22:21:22.2385729Z [00:02:33.935]➜  mkdir -p $WORK/b251/
2025-08-20T22:21:22.2386104Z [00:02:33.935]➜  cat >/tmp/go-build2071284111/b251/importcfg << 'EOF' # internal
2025-08-20T22:21:22.2386450Z [00:02:33.935]➜  # import config
2025-08-20T22:21:22.2386792Z [00:02:33.935]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.2387450Z [00:02:33.935]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.2388013Z [00:02:33.935]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2071284111/b219/_pkg_.a
2025-08-20T22:21:22.2388694Z [00:02:33.935]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:22.2389356Z [00:02:33.935]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:22.2389870Z [00:02:33.935]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.2390285Z [00:02:33.935]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.2390709Z [00:02:33.935]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:22.2391140Z [00:02:33.935]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:22.2391568Z [00:02:33.935]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.2392005Z [00:02:33.935]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.2392430Z [00:02:33.935]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:22.2392879Z [00:02:33.935]➜  packagefile unicode/utf16=/tmp/go-build2071284111/b100/_pkg_.a
2025-08-20T22:21:22.2393344Z [00:02:33.935]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.2394214Z [00:02:33.935]➜  EOF
2025-08-20T22:21:22.2397718Z [00:02:33.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_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/b251=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.23 -complete -installsuffix shared -buildid -oJ1FzZGduqx5PaedaTL/-oJ1FzZGduqx5PaedaTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/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:21:22.3276535Z [00:02:34.023]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:21:22.3284019Z [00:02:34.026]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/2b/2b53b615dff3c4d78947c6893b9395fa7aa63a575800b362a8160d3a361e14ae-d # internal
2025-08-20T22:21:22.3284656Z [00:02:34.026]➜  io/ioutil
2025-08-20T22:21:22.3284911Z [00:02:34.026]➜  mkdir -p $WORK/b263/
2025-08-20T22:21:22.3340910Z [00:02:34.032]➜  cat >/tmp/go-build2071284111/b263/importcfg << 'EOF' # internal
2025-08-20T22:21:22.3342620Z [00:02:34.032]➜  # import config
2025-08-20T22:21:22.3344904Z [00:02:34.032]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.3346341Z [00:02:34.032]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:22.3346794Z [00:02:34.033]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.3347213Z [00:02:34.033]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:22.3347641Z [00:02:34.033]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.3347955Z [00:02:34.033]➜  EOF
2025-08-20T22:21:22.3363004Z [00:02:34.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b263=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:21:22.3710855Z [00:02:34.069]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:21:22.3720677Z [00:02:34.070]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/12/127c61514de8ac4afa1a0380943fc2cee46f07d5f09b9ee1d0b51e8a7cd78440-d # internal
2025-08-20T22:21:22.3722436Z [00:02:34.070]➜  github.com/haya14busa/go-actions-toolkit/core
2025-08-20T22:21:22.3723318Z [00:02:34.070]➜  mkdir -p $WORK/b274/
2025-08-20T22:21:22.3724884Z [00:02:34.071]➜  cat >/tmp/go-build2071284111/b274/importcfg << 'EOF' # internal
2025-08-20T22:21:22.3725282Z [00:02:34.071]➜  # import config
2025-08-20T22:21:22.3725624Z [00:02:34.071]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.3726060Z [00:02:34.071]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.3726489Z [00:02:34.071]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.3726919Z [00:02:34.071]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.3727234Z [00:02:34.071]➜  EOF
2025-08-20T22:21:22.3736738Z [00:02:34.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_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/b274=>" -p github.com/haya14busa/go-actions-toolkit/core -lang=go1.13 -complete -installsuffix shared -buildid EZTocygft-BdjEDDms2d/EZTocygft-BdjEDDms2d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/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:21:22.4078147Z [00:02:34.105]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:21:22.4109246Z [00:02:34.106]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T22:21:22.4109893Z [00:02:34.106]➜  golang.org/x/time/rate
2025-08-20T22:21:22.4110218Z [00:02:34.106]➜  mkdir -p $WORK/b279/
2025-08-20T22:21:22.4110592Z [00:02:34.106]➜  cat >/tmp/go-build2071284111/b279/importcfg << 'EOF' # internal
2025-08-20T22:21:22.4110939Z [00:02:34.106]➜  # import config
2025-08-20T22:21:22.4111287Z [00:02:34.106]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:22.4111708Z [00:02:34.106]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.4112117Z [00:02:34.106]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.4112909Z [00:02:34.106]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.4113397Z [00:02:34.106]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:22.4113859Z [00:02:34.106]➜  EOF
2025-08-20T22:21:22.4115721Z [00:02:34.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b279=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid SD7phlFqyrIGLMjTv_VZ/SD7phlFqyrIGLMjTv_VZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/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:21:22.4318366Z [00:02:34.130]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:21:22.4331901Z [00:02:34.131]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/f9/f9848be75f90d5ea24da41844d023f28c226df6abdc2a030745a8b19c2b692be-d # internal
2025-08-20T22:21:22.4337117Z [00:02:34.131]➜  log/slog/internal/buffer
2025-08-20T22:21:22.4337453Z [00:02:34.131]➜  mkdir -p $WORK/b282/
2025-08-20T22:21:22.4344233Z [00:02:34.133]➜  cat >/tmp/go-build2071284111/b282/importcfg << 'EOF' # internal
2025-08-20T22:21:22.4344999Z [00:02:34.133]➜  # import config
2025-08-20T22:21:22.4345581Z [00:02:34.133]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.4346362Z [00:02:34.133]➜  EOF
2025-08-20T22:21:22.4348529Z [00:02:34.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b282=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T22:21:22.4547765Z [00:02:34.153]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:21:22.4555585Z [00:02:34.154]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T22:21:22.4563929Z [00:02:34.154]➜  log/slog
2025-08-20T22:21:22.4564411Z [00:02:34.155]➜  mkdir -p $WORK/b280/
2025-08-20T22:21:22.4577933Z [00:02:34.156]➜  cat >/tmp/go-build2071284111/b280/importcfg << 'EOF' # internal
2025-08-20T22:21:22.4578665Z [00:02:34.156]➜  # import config
2025-08-20T22:21:22.4579399Z [00:02:34.156]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.4580348Z [00:02:34.156]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:22.4581049Z [00:02:34.156]➜  packagefile encoding=/tmp/go-build2071284111/b099/_pkg_.a
2025-08-20T22:21:22.4581730Z [00:02:34.156]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:22.4582319Z [00:02:34.156]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.4582751Z [00:02:34.156]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.4583343Z [00:02:34.156]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.4584334Z [00:02:34.156]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:22.4584943Z [00:02:34.156]➜  packagefile log/internal=/tmp/go-build2071284111/b162/_pkg_.a
2025-08-20T22:21:22.4585588Z [00:02:34.156]➜  packagefile log/slog/internal=/tmp/go-build2071284111/b281/_pkg_.a
2025-08-20T22:21:22.4587182Z [00:02:34.156]➜  packagefile log/slog/internal/buffer=/tmp/go-build2071284111/b282/_pkg_.a
2025-08-20T22:21:22.4587962Z [00:02:34.156]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.4588446Z [00:02:34.156]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:22.4589151Z [00:02:34.156]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:22.4589773Z [00:02:34.156]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:22.4591735Z [00:02:34.156]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.4592324Z [00:02:34.156]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.4592922Z [00:02:34.156]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.4593983Z [00:02:34.156]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:22.4594597Z [00:02:34.156]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:22.4595106Z [00:02:34.156]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:22.4595558Z [00:02:34.156]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.4595890Z [00:02:34.156]➜  EOF
2025-08-20T22:21:22.4627456Z [00:02:34.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b280=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/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:21:22.4800215Z [00:02:34.178]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:21:22.4816947Z [00:02:34.180]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/fa/faf1e19d12a1e1a9768573f7253b093ab8bb1143ba15f1150ab7588f4b02da1c-d # internal
2025-08-20T22:21:22.4818191Z [00:02:34.180]➜  text/tabwriter
2025-08-20T22:21:22.4819039Z [00:02:34.180]➜  mkdir -p $WORK/b283/
2025-08-20T22:21:22.4823863Z [00:02:34.181]➜  cat >/tmp/go-build2071284111/b283/importcfg << 'EOF' # internal
2025-08-20T22:21:22.4824316Z [00:02:34.181]➜  # import config
2025-08-20T22:21:22.4824660Z [00:02:34.181]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.4825095Z [00:02:34.181]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.4825531Z [00:02:34.181]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.4825865Z [00:02:34.181]➜  EOF
2025-08-20T22:21:22.4827680Z [00:02:34.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b283=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:21:22.4899970Z [00:02:34.188]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:21:22.4949510Z [00:02:34.193]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/37/37df02db94d5f7e17b0604e85baeedfe1a18eb484592148d7082e25b6200ffdf-d # internal
2025-08-20T22:21:22.4955928Z [00:02:34.194]➜  golang.org/x/crypto/ssh
2025-08-20T22:21:22.4957256Z [00:02:34.194]➜  mkdir -p $WORK/b132/
2025-08-20T22:21:22.4962575Z [00:02:34.194]➜  cat >/tmp/go-build2071284111/b132/importcfg << 'EOF' # internal
2025-08-20T22:21:22.4965969Z [00:02:34.195]➜  # import config
2025-08-20T22:21:22.4966891Z [00:02:34.195]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:22.4967701Z [00:02:34.195]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.4968743Z [00:02:34.195]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:22.4969225Z [00:02:34.195]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:22.4969667Z [00:02:34.195]➜  packagefile crypto/aes=/tmp/go-build2071284111/b134/_pkg_.a
2025-08-20T22:21:22.4970132Z [00:02:34.195]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:22.4970593Z [00:02:34.195]➜  packagefile crypto/des=/tmp/go-build2071284111/b135/_pkg_.a
2025-08-20T22:21:22.4971353Z [00:02:34.195]➜  packagefile crypto/dsa=/tmp/go-build2071284111/b136/_pkg_.a
2025-08-20T22:21:22.4971890Z [00:02:34.195]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:22.4972362Z [00:02:34.195]➜  packagefile crypto/ed25519=/tmp/go-build2071284111/b127/_pkg_.a
2025-08-20T22:21:22.4972840Z [00:02:34.195]➜  packagefile crypto/elliptic=/tmp/go-build2071284111/b108/_pkg_.a
2025-08-20T22:21:22.4973312Z [00:02:34.195]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:22.4974093Z [00:02:34.195]➜  packagefile crypto/md5=/tmp/go-build2071284111/b137/_pkg_.a
2025-08-20T22:21:22.4974562Z [00:02:34.195]➜  packagefile crypto/mlkem=/tmp/go-build2071284111/b138/_pkg_.a
2025-08-20T22:21:22.4975021Z [00:02:34.195]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:22.4975471Z [00:02:34.195]➜  packagefile crypto/rc4=/tmp/go-build2071284111/b140/_pkg_.a
2025-08-20T22:21:22.4975917Z [00:02:34.195]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:22.4976376Z [00:02:34.195]➜  packagefile crypto/sha1=/tmp/go-build2071284111/b141/_pkg_.a
2025-08-20T22:21:22.4976835Z [00:02:34.195]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:22.4977301Z [00:02:34.195]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:22.4977765Z [00:02:34.195]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:22.4978522Z [00:02:34.195]➜  packagefile crypto/x509=/tmp/go-build2071284111/b142/_pkg_.a
2025-08-20T22:21:22.4979012Z [00:02:34.195]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:22.4979490Z [00:02:34.195]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:22.4979969Z [00:02:34.195]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:22.4980436Z [00:02:34.195]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:22.4980906Z [00:02:34.195]➜  packagefile encoding/pem=/tmp/go-build2071284111/b144/_pkg_.a
2025-08-20T22:21:22.4981348Z [00:02:34.195]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.4981766Z [00:02:34.195]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.4982262Z [00:02:34.195]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2071284111/b155/_pkg_.a
2025-08-20T22:21:22.4982842Z [00:02:34.195]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2071284111/b157/_pkg_.a
2025-08-20T22:21:22.4983464Z [00:02:34.195]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2071284111/b158/_pkg_.a
2025-08-20T22:21:22.4984352Z [00:02:34.195]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2071284111/b159/_pkg_.a
2025-08-20T22:21:22.4984898Z [00:02:34.195]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:22.4985300Z [00:02:34.195]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.4985705Z [00:02:34.195]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:22.4986109Z [00:02:34.195]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.4986527Z [00:02:34.195]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:22.4986962Z [00:02:34.195]➜  packagefile math/rand=/tmp/go-build2071284111/b110/_pkg_.a
2025-08-20T22:21:22.4987380Z [00:02:34.195]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:22.4987787Z [00:02:34.195]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.4988197Z [00:02:34.195]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:22.4988622Z [00:02:34.195]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:22.4989046Z [00:02:34.195]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:22.4989457Z [00:02:34.195]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:22.4990172Z [00:02:34.195]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.4990682Z [00:02:34.195]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.4991096Z [00:02:34.195]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.4991527Z [00:02:34.195]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:22.4991958Z [00:02:34.195]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:22.4992273Z [00:02:34.195]➜  EOF
2025-08-20T22:21:22.4998487Z [00:02:34.195]➜  /root/.go/pkg/tool/linux_arm64/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 k_fElbDyndd9AvRBT8Vs/k_fElbDyndd9AvRBT8Vs -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:21:22.5184611Z [00:02:34.216]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:21:22.5185358Z [00:02:34.216]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T22:21:22.5218223Z [00:02:34.220]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:21:22.5228882Z [00:02:34.221]➜  crypto/tls
2025-08-20T22:21:22.5229503Z [00:02:34.221]➜  mkdir -p $WORK/b169/
2025-08-20T22:21:22.5246977Z [00:02:34.223]➜  cat >/tmp/go-build2071284111/b169/importcfg << 'EOF' # internal
2025-08-20T22:21:22.5247809Z [00:02:34.223]➜  # import config
2025-08-20T22:21:22.5248342Z [00:02:34.223]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:21:22.5249008Z [00:02:34.223]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:21:22.5249515Z [00:02:34.223]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.5249970Z [00:02:34.223]➜  packagefile container/list=/tmp/go-build2071284111/b168/_pkg_.a
2025-08-20T22:21:22.5250422Z [00:02:34.223]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:22.5250847Z [00:02:34.223]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:22.5251296Z [00:02:34.223]➜  packagefile crypto/aes=/tmp/go-build2071284111/b134/_pkg_.a
2025-08-20T22:21:22.5251757Z [00:02:34.223]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:22.5252210Z [00:02:34.223]➜  packagefile crypto/des=/tmp/go-build2071284111/b135/_pkg_.a
2025-08-20T22:21:22.5252662Z [00:02:34.223]➜  packagefile crypto/ecdh=/tmp/go-build2071284111/b103/_pkg_.a
2025-08-20T22:21:22.5253120Z [00:02:34.223]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:22.5254109Z [00:02:34.223]➜  packagefile crypto/ed25519=/tmp/go-build2071284111/b127/_pkg_.a
2025-08-20T22:21:22.5254663Z [00:02:34.223]➜  packagefile crypto/elliptic=/tmp/go-build2071284111/b108/_pkg_.a
2025-08-20T22:21:22.5255135Z [00:02:34.223]➜  packagefile crypto/hkdf=/tmp/go-build2071284111/b170/_pkg_.a
2025-08-20T22:21:22.5255589Z [00:02:34.223]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:22.5256104Z [00:02:34.223]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:22.5256660Z [00:02:34.223]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2071284111/b059/_pkg_.a
2025-08-20T22:21:22.5257246Z [00:02:34.223]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2071284111/b073/_pkg_.a
2025-08-20T22:21:22.5257835Z [00:02:34.223]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2071284111/b139/_pkg_.a
2025-08-20T22:21:22.5258423Z [00:02:34.223]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2071284111/b172/_pkg_.a
2025-08-20T22:21:22.5259001Z [00:02:34.223]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2071284111/b173/_pkg_.a
2025-08-20T22:21:22.5259544Z [00:02:34.223]➜  packagefile crypto/internal/hpke=/tmp/go-build2071284111/b174/_pkg_.a
2025-08-20T22:21:22.5260026Z [00:02:34.223]➜  packagefile crypto/md5=/tmp/go-build2071284111/b137/_pkg_.a
2025-08-20T22:21:22.5260479Z [00:02:34.223]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:22.5261200Z [00:02:34.223]➜  packagefile crypto/rc4=/tmp/go-build2071284111/b140/_pkg_.a
2025-08-20T22:21:22.5261653Z [00:02:34.223]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:22.5262109Z [00:02:34.223]➜  packagefile crypto/sha1=/tmp/go-build2071284111/b141/_pkg_.a
2025-08-20T22:21:22.5262571Z [00:02:34.223]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:22.5263037Z [00:02:34.223]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:22.5264030Z [00:02:34.223]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:22.5264663Z [00:02:34.223]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2071284111/b179/_pkg_.a
2025-08-20T22:21:22.5265184Z [00:02:34.223]➜  packagefile crypto/x509=/tmp/go-build2071284111/b142/_pkg_.a
2025-08-20T22:21:22.5265644Z [00:02:34.223]➜  packagefile encoding/pem=/tmp/go-build2071284111/b144/_pkg_.a
2025-08-20T22:21:22.5266094Z [00:02:34.223]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:22.5266507Z [00:02:34.223]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.5267095Z [00:02:34.223]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2071284111/b175/_pkg_.a
2025-08-20T22:21:22.5267752Z [00:02:34.223]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2071284111/b117/_pkg_.a
2025-08-20T22:21:22.5268264Z [00:02:34.223]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:22.5268735Z [00:02:34.223]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:22.5269224Z [00:02:34.223]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:22.5269704Z [00:02:34.223]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:22.5270146Z [00:02:34.223]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.5270556Z [00:02:34.223]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:22.5270952Z [00:02:34.223]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.5271363Z [00:02:34.223]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:22.5271786Z [00:02:34.223]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:22.5272201Z [00:02:34.223]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:22.5272617Z [00:02:34.223]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.5273337Z [00:02:34.223]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.5276613Z [00:02:34.223]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.5278069Z [00:02:34.223]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:22.5278521Z [00:02:34.223]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:22.5278954Z [00:02:34.223]➜  packagefile weak=/tmp/go-build2071284111/b115/_pkg_.a
2025-08-20T22:21:22.5279262Z [00:02:34.223]➜  EOF
2025-08-20T22:21:22.5283681Z [00:02:34.223]➜  /root/.go/pkg/tool/linux_arm64/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 Pqx1JbISKqsWGU8wo4Wl/Pqx1JbISKqsWGU8wo4Wl -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:21:22.5304209Z [00:02:34.228]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/fd/fd994c885a3bd5826f38f1e983828f7dcc8fa0611489957a58fec4dd7e128b1e-d # internal
2025-08-20T22:21:22.5305251Z [00:02:34.229]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T22:21:22.5306418Z [00:02:34.229]➜  mkdir -p $WORK/b243/
2025-08-20T22:21:22.5311928Z [00:02:34.229]➜  cat >/tmp/go-build2071284111/b243/importcfg << 'EOF' # internal
2025-08-20T22:21:22.5312691Z [00:02:34.229]➜  # import config
2025-08-20T22:21:22.5313814Z [00:02:34.229]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2071284111/b228/_pkg_.a
2025-08-20T22:21:22.5314945Z [00:02:34.229]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2071284111/b223/_pkg_.a
2025-08-20T22:21:22.5316064Z [00:02:34.229]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:22.5316783Z [00:02:34.229]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:22.5317348Z [00:02:34.229]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:22.5317777Z [00:02:34.229]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.5318220Z [00:02:34.229]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.5318538Z [00:02:34.229]➜  EOF
2025-08-20T22:21:22.5320591Z [00:02:34.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_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/b243=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.23 -complete -installsuffix shared -buildid QI9SeGH_qxYXfwzH-y-v/QI9SeGH_qxYXfwzH-y-v -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/encoding/tag/tag.go
2025-08-20T22:21:22.5703872Z [00:02:34.268]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:21:22.5712720Z [00:02:34.269]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/43/43bcef3ff6eb0de222fa89cdfc3caf66c87ac82fbfcd6396300286a5342bbc16-d # internal
2025-08-20T22:21:22.5723120Z [00:02:34.270]➜  google.golang.org/protobuf/internal/impl
2025-08-20T22:21:22.5723795Z [00:02:34.270]➜  mkdir -p $WORK/b240/
2025-08-20T22:21:22.5728391Z [00:02:34.271]➜  cat >/tmp/go-build2071284111/b240/importcfg << 'EOF' # internal
2025-08-20T22:21:22.5747394Z [00:02:34.273]➜  # import config
2025-08-20T22:21:22.5747789Z [00:02:34.273]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.5748245Z [00:02:34.273]➜  packagefile compress/gzip=/tmp/go-build2071284111/b165/_pkg_.a
2025-08-20T22:21:22.5748761Z [00:02:34.273]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:22.5749233Z [00:02:34.273]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:22.5749668Z [00:02:34.273]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.5750243Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2071284111/b241/_pkg_.a
2025-08-20T22:21:22.5750954Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:22.5751651Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2071284111/b225/_pkg_.a
2025-08-20T22:21:22.5752333Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2071284111/b219/_pkg_.a
2025-08-20T22:21:22.5753073Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:22.5754391Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build2071284111/b243/_pkg_.a
2025-08-20T22:21:22.5755093Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:22.5755773Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2071284111/b223/_pkg_.a
2025-08-20T22:21:22.5756446Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:22.5757114Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2071284111/b234/_pkg_.a
2025-08-20T22:21:22.5757775Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2071284111/b236/_pkg_.a
2025-08-20T22:21:22.5758438Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:22.5759136Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2071284111/b244/_pkg_.a
2025-08-20T22:21:22.5759810Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:22.5760436Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:22.5761096Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:22.5761819Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:22.5762526Z [00:02:34.273]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2071284111/b238/_pkg_.a
2025-08-20T22:21:22.5763093Z [00:02:34.273]➜  packagefile hash/crc32=/tmp/go-build2071284111/b167/_pkg_.a
2025-08-20T22:21:22.5763638Z [00:02:34.273]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:22.5764128Z [00:02:34.273]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.5764552Z [00:02:34.273]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:22.5764966Z [00:02:34.273]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:22.5765373Z [00:02:34.273]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:22.5765787Z [00:02:34.273]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:22.5766425Z [00:02:34.273]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.5766934Z [00:02:34.273]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.5767351Z [00:02:34.273]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:22.5767779Z [00:02:34.273]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:22.5768236Z [00:02:34.273]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:22.5768574Z [00:02:34.273]➜  EOF
2025-08-20T22:21:22.5782765Z [00:02:34.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_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/b240=>" -p google.golang.org/protobuf/internal/impl -lang=go1.23 -complete -installsuffix shared -buildid U2BVDafNRQ9cqfg111XB/U2BVDafNRQ9cqfg111XB -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/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:21:22.7034967Z [00:02:34.401]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:21:22.7069754Z [00:02:34.405]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T22:21:22.7074459Z [00:02:34.405]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T22:21:22.7074825Z [00:02:34.405]➜  mkdir -p $WORK/b250/
2025-08-20T22:21:22.7075205Z [00:02:34.405]➜  cat >/tmp/go-build2071284111/b250/importcfg << 'EOF' # internal
2025-08-20T22:21:22.7075554Z [00:02:34.405]➜  # import config
2025-08-20T22:21:22.7075896Z [00:02:34.405]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:22.7076352Z [00:02:34.405]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:22.7076826Z [00:02:34.405]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:22.7077398Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:22.7078118Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build2071284111/b251/_pkg_.a
2025-08-20T22:21:22.7078877Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:22.7079998Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:22.7080681Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2071284111/b223/_pkg_.a
2025-08-20T22:21:22.7081354Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:22.7082028Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2071284111/b234/_pkg_.a
2025-08-20T22:21:22.7082691Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2071284111/b236/_pkg_.a
2025-08-20T22:21:22.7083390Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:22.7084252Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2071284111/b242/_pkg_.a
2025-08-20T22:21:22.7084913Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:22.7085538Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:22.7086200Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:22.7086916Z [00:02:34.405]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:22.7087481Z [00:02:34.405]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:22.7087901Z [00:02:34.405]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:22.7088327Z [00:02:34.405]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:22.7088747Z [00:02:34.405]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:22.7089065Z [00:02:34.405]➜  EOF
2025-08-20T22:21:22.7092320Z [00:02:34.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_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/b250=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.23 -complete -installsuffix shared -buildid RnvHArUr5dgAYt7hqUQN/RnvHArUr5dgAYt7hqUQN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/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:21:22.9239921Z [00:02:34.622]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:21:22.9266977Z [00:02:34.625]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/81/81cd55c5256dee7e9d3e47fb88ab1468bc29c3f00062afcf722169bacb3a5115-d # internal
2025-08-20T22:21:23.2772106Z [00:02:34.975]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:21:23.2875457Z [00:02:34.985]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/7c/7c793bbf1420946731061193e305799e1aebd505d98e031e4104cc5178ec59a9-d # internal
2025-08-20T22:21:23.2883130Z [00:02:34.986]➜  golang.org/x/crypto/ssh/agent
2025-08-20T22:21:23.2886967Z [00:02:34.986]➜  mkdir -p $WORK/b203/
2025-08-20T22:21:23.2888834Z [00:02:34.987]➜  cat >/tmp/go-build2071284111/b203/importcfg << 'EOF' # internal
2025-08-20T22:21:23.2889388Z [00:02:34.987]➜  # import config
2025-08-20T22:21:23.2889876Z [00:02:34.987]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:23.2890456Z [00:02:34.987]➜  packagefile crypto/dsa=/tmp/go-build2071284111/b136/_pkg_.a
2025-08-20T22:21:23.2891023Z [00:02:34.987]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:23.2891592Z [00:02:34.987]➜  packagefile crypto/ed25519=/tmp/go-build2071284111/b127/_pkg_.a
2025-08-20T22:21:23.2892588Z [00:02:34.987]➜  packagefile crypto/elliptic=/tmp/go-build2071284111/b108/_pkg_.a
2025-08-20T22:21:23.2893181Z [00:02:34.987]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:23.2893889Z [00:02:34.987]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:23.2894459Z [00:02:34.987]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:23.2895044Z [00:02:34.987]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:23.2895640Z [00:02:34.987]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:23.2896189Z [00:02:34.987]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:23.2896704Z [00:02:34.987]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:23.2897284Z [00:02:34.987]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2071284111/b132/_pkg_.a
2025-08-20T22:21:23.2897859Z [00:02:34.987]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:23.2898354Z [00:02:34.987]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:23.2898867Z [00:02:34.987]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:23.2899382Z [00:02:34.987]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:23.2899902Z [00:02:34.987]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:23.2900434Z [00:02:34.987]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:23.2900900Z [00:02:34.987]➜  EOF
2025-08-20T22:21:23.2903697Z [00:02:34.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_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/b203=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid QJlb1uvXCBSDBj252T8T/QJlb1uvXCBSDBj252T8T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/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:21:23.4812017Z [00:02:35.179]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:21:23.4877769Z [00:02:35.182]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/09/09e5c8439b0c9499967604f873c30a91d4914d71d65dbb9c2edd152b85c9737c-d # internal
2025-08-20T22:21:23.6329918Z [00:02:35.331]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:21:23.6470173Z [00:02:35.345]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/ee/ee78c7730d23a7ca35e372c7eecc0ec7d42d49827ea737f3dade8dc19b0aeb47-d # internal
2025-08-20T22:21:23.6472906Z [00:02:35.345]➜  net/http/httptrace
2025-08-20T22:21:23.6473882Z [00:02:35.345]➜  mkdir -p $WORK/b193/
2025-08-20T22:21:23.6474860Z [00:02:35.345]➜  cat >/tmp/go-build2071284111/b193/importcfg << 'EOF' # internal
2025-08-20T22:21:23.6475257Z [00:02:35.345]➜  # import config
2025-08-20T22:21:23.6475615Z [00:02:35.345]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:23.6476061Z [00:02:35.345]➜  packagefile crypto/tls=/tmp/go-build2071284111/b169/_pkg_.a
2025-08-20T22:21:23.6476541Z [00:02:35.345]➜  packagefile internal/nettrace=/tmp/go-build2071284111/b148/_pkg_.a
2025-08-20T22:21:23.6476998Z [00:02:35.345]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:23.6477463Z [00:02:35.345]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:23.6477915Z [00:02:35.345]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:23.6478331Z [00:02:35.345]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:23.6478637Z [00:02:35.345]➜  EOF
2025-08-20T22:21:23.6480161Z [00:02:35.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b193=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid 57r_6s8G35cgaH6QFnYF/57r_6s8G35cgaH6QFnYF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:21:23.6859645Z [00:02:35.383]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:21:23.6860652Z [00:02:35.384]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/c0/c07061fc2f3b79171aad266992a47e986055377f65f7a7445553992c08fede5e-d # internal
2025-08-20T22:21:23.6861356Z [00:02:35.384]➜  net/http/internal/httpcommon
2025-08-20T22:21:23.6861778Z [00:02:35.384]➜  mkdir -p $WORK/b196/
2025-08-20T22:21:23.6868373Z [00:02:35.385]➜  cat >/tmp/go-build2071284111/b196/importcfg << 'EOF' # internal
2025-08-20T22:21:23.6868868Z [00:02:35.385]➜  # import config
2025-08-20T22:21:23.6869442Z [00:02:35.385]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:21:23.6870165Z [00:02:35.385]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:21:23.6870792Z [00:02:35.385]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:23.6871351Z [00:02:35.385]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:23.6871864Z [00:02:35.385]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:23.6872492Z [00:02:35.385]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2071284111/b181/_pkg_.a
2025-08-20T22:21:23.6873285Z [00:02:35.385]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2071284111/b189/_pkg_.a
2025-08-20T22:21:23.6874072Z [00:02:35.385]➜  packagefile net/http/httptrace=/tmp/go-build2071284111/b193/_pkg_.a
2025-08-20T22:21:23.6874661Z [00:02:35.385]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:23.6875233Z [00:02:35.385]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:23.6875760Z [00:02:35.385]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:23.6876301Z [00:02:35.385]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:23.6876826Z [00:02:35.385]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:23.6877379Z [00:02:35.385]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:23.6877777Z [00:02:35.385]➜  EOF
2025-08-20T22:21:23.6879903Z [00:02:35.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b196=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:21:23.7392997Z [00:02:35.437]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:21:23.7402558Z [00:02:35.438]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T22:21:23.7412115Z [00:02:35.439]➜  net/http
2025-08-20T22:21:23.7415635Z [00:02:35.439]➜  mkdir -p $WORK/b164/
2025-08-20T22:21:23.7419731Z [00:02:35.440]➜  cat >/tmp/go-build2071284111/b164/importcfg << 'EOF' # internal
2025-08-20T22:21:23.7420090Z [00:02:35.440]➜  # import config
2025-08-20T22:21:23.7420557Z [00:02:35.440]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:21:23.7421164Z [00:02:35.440]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:21:23.7421749Z [00:02:35.440]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:21:23.7422253Z [00:02:35.440]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:21:23.7423112Z [00:02:35.440]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:23.7425071Z [00:02:35.440]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:23.7425608Z [00:02:35.440]➜  packagefile compress/gzip=/tmp/go-build2071284111/b165/_pkg_.a
2025-08-20T22:21:23.7426091Z [00:02:35.440]➜  packagefile container/list=/tmp/go-build2071284111/b168/_pkg_.a
2025-08-20T22:21:23.7426545Z [00:02:35.440]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:23.7426986Z [00:02:35.440]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:23.7427462Z [00:02:35.440]➜  packagefile crypto/tls=/tmp/go-build2071284111/b169/_pkg_.a
2025-08-20T22:21:23.7427936Z [00:02:35.440]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:23.7428415Z [00:02:35.440]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:23.7428864Z [00:02:35.440]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:23.7429290Z [00:02:35.440]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:23.7429824Z [00:02:35.440]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2071284111/b181/_pkg_.a
2025-08-20T22:21:23.7430464Z [00:02:35.440]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2071284111/b188/_pkg_.a
2025-08-20T22:21:23.7431093Z [00:02:35.440]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2071284111/b189/_pkg_.a
2025-08-20T22:21:23.7431691Z [00:02:35.440]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2071284111/b182/_pkg_.a
2025-08-20T22:21:23.7432220Z [00:02:35.440]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:23.7432661Z [00:02:35.440]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:23.7433069Z [00:02:35.440]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:23.7433475Z [00:02:35.440]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:23.7434080Z [00:02:35.440]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:23.7434493Z [00:02:35.440]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:23.7434922Z [00:02:35.440]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:23.7435361Z [00:02:35.440]➜  packagefile math/rand=/tmp/go-build2071284111/b110/_pkg_.a
2025-08-20T22:21:23.7435783Z [00:02:35.440]➜  packagefile mime=/tmp/go-build2071284111/b190/_pkg_.a
2025-08-20T22:21:23.7436614Z [00:02:35.440]➜  packagefile mime/multipart=/tmp/go-build2071284111/b191/_pkg_.a
2025-08-20T22:21:23.7437119Z [00:02:35.440]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:23.7437581Z [00:02:35.440]➜  packagefile net/http/httptrace=/tmp/go-build2071284111/b193/_pkg_.a
2025-08-20T22:21:23.7438085Z [00:02:35.440]➜  packagefile net/http/internal=/tmp/go-build2071284111/b194/_pkg_.a
2025-08-20T22:21:23.7438607Z [00:02:35.440]➜  packagefile net/http/internal/ascii=/tmp/go-build2071284111/b195/_pkg_.a
2025-08-20T22:21:23.7439176Z [00:02:35.440]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2071284111/b196/_pkg_.a
2025-08-20T22:21:23.7439695Z [00:02:35.440]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:23.7440142Z [00:02:35.440]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:23.7440551Z [00:02:35.440]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:23.7440952Z [00:02:35.440]➜  packagefile path=/tmp/go-build2071284111/b081/_pkg_.a
2025-08-20T22:21:23.7441404Z [00:02:35.440]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:23.7441853Z [00:02:35.440]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:23.7442281Z [00:02:35.440]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:23.7442705Z [00:02:35.440]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:23.7443407Z [00:02:35.440]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:23.7444044Z [00:02:35.440]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:23.7444480Z [00:02:35.440]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:23.7444900Z [00:02:35.440]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:23.7445336Z [00:02:35.440]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:23.7445767Z [00:02:35.440]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:23.7446194Z [00:02:35.440]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:23.7446640Z [00:02:35.440]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:23.7446967Z [00:02:35.440]➜  EOF
2025-08-20T22:21:23.7451885Z [00:02:35.440]➜  /root/.go/pkg/tool/linux_arm64/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 0TeG7I8z0kfTc9UMm6BT/0TeG7I8z0kfTc9UMm6BT -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:21:23.8007912Z [00:02:35.499]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:21:23.8174020Z [00:02:35.515]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/df/dff25f77949f3bdea257ec51cea0f7eed59912685207e342658fb3e80bb68c40-d # internal
2025-08-20T22:21:23.8177367Z [00:02:35.515]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T22:21:23.8178279Z [00:02:35.515]➜  mkdir -p $WORK/b239/
2025-08-20T22:21:23.8178910Z [00:02:35.516]➜  cat >/tmp/go-build2071284111/b239/importcfg << 'EOF' # internal
2025-08-20T22:21:23.8179410Z [00:02:35.516]➜  # import config
2025-08-20T22:21:23.8179939Z [00:02:35.516]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2071284111/b225/_pkg_.a
2025-08-20T22:21:23.8180736Z [00:02:35.516]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2071284111/b223/_pkg_.a
2025-08-20T22:21:23.8181453Z [00:02:35.516]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2071284111/b240/_pkg_.a
2025-08-20T22:21:23.8182144Z [00:02:35.516]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:23.8182864Z [00:02:35.516]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:23.8183426Z [00:02:35.516]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:23.8183943Z [00:02:35.516]➜  EOF
2025-08-20T22:21:23.8186003Z [00:02:35.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_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/b239=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.23 -complete -installsuffix shared -buildid hDI_Bgt4Nou3STIT5Qyg/hDI_Bgt4Nou3STIT5Qyg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filetype/build.go
2025-08-20T22:21:23.8606028Z [00:02:35.559]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:21:23.8616808Z [00:02:35.560]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/65/65eb6031ce6b0cf94f3f1bfb8814f6f4bf9875bb02bf424382bf751e2736d751-d # internal
2025-08-20T22:21:23.8617611Z [00:02:35.560]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T22:21:23.8619053Z [00:02:35.560]➜  mkdir -p $WORK/b222/
2025-08-20T22:21:23.8619912Z [00:02:35.560]➜  cat >/tmp/go-build2071284111/b222/importcfg << 'EOF' # internal
2025-08-20T22:21:23.8620437Z [00:02:35.560]➜  # import config
2025-08-20T22:21:23.8620979Z [00:02:35.560]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2071284111/b223/_pkg_.a
2025-08-20T22:21:23.8621921Z [00:02:35.560]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build2071284111/b239/_pkg_.a
2025-08-20T22:21:23.8622872Z [00:02:35.560]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2071284111/b240/_pkg_.a
2025-08-20T22:21:23.8623915Z [00:02:35.560]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2071284111/b244/_pkg_.a
2025-08-20T22:21:23.8624959Z [00:02:35.560]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build2071284111/b245/_pkg_.a
2025-08-20T22:21:23.8625457Z [00:02:35.560]➜  EOF
2025-08-20T22:21:23.8628281Z [00:02:35.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_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/b222=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.23 -complete -installsuffix shared -buildid 2963RHwL3hC5ORjA6Fhz/2963RHwL3hC5ORjA6Fhz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/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:21:23.8832877Z [00:02:35.581]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:21:23.8846768Z [00:02:35.582]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/3d/3d94195fb431e401178e631d3481b872eb2b0d6934b5240c9efafa58f091754b-d # internal
2025-08-20T22:21:23.8848912Z [00:02:35.582]➜  github.com/reviewdog/reviewdog/proto/rdf
2025-08-20T22:21:23.8849706Z [00:02:35.582]➜  mkdir -p $WORK/b215/
2025-08-20T22:21:23.8857264Z [00:02:35.583]➜  github.com/reviewdog/reviewdog/proto/metacomment
2025-08-20T22:21:23.8858714Z [00:02:35.584]➜  mkdir -p $WORK/b272/
2025-08-20T22:21:23.8859408Z [00:02:35.584]➜  cat >/tmp/go-build2071284111/b215/importcfg << 'EOF' # internal
2025-08-20T22:21:23.8859967Z [00:02:35.584]➜  # import config
2025-08-20T22:21:23.8860718Z [00:02:35.584]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:23.8861684Z [00:02:35.584]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2071284111/b222/_pkg_.a
2025-08-20T22:21:23.8862448Z [00:02:35.584]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:23.8863057Z [00:02:35.584]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:23.8863396Z [00:02:35.584]➜  EOF
2025-08-20T22:21:23.8865416Z [00:02:35.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf=>github.com/reviewdog/reviewdog/proto/rdf;$WORK/b215=>" -p github.com/reviewdog/reviewdog/proto/rdf -lang=go1.23 -complete -installsuffix shared -buildid zTYbanCJfoT90_lsiTdm/zTYbanCJfoT90_lsiTdm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/reviewdog.pb.go
2025-08-20T22:21:23.8867195Z [00:02:35.584]➜  cat >/tmp/go-build2071284111/b272/importcfg << 'EOF' # internal
2025-08-20T22:21:23.8867550Z [00:02:35.584]➜  # import config
2025-08-20T22:21:23.8868452Z [00:02:35.584]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:23.8869158Z [00:02:35.584]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2071284111/b222/_pkg_.a
2025-08-20T22:21:23.8869706Z [00:02:35.584]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:23.8870141Z [00:02:35.584]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:23.8870449Z [00:02:35.584]➜  EOF
2025-08-20T22:21:23.8872371Z [00:02:35.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment=>github.com/reviewdog/reviewdog/proto/metacomment;$WORK/b272=>" -p github.com/reviewdog/reviewdog/proto/metacomment -lang=go1.23 -complete -installsuffix shared -buildid svlhFUnYIOylummlznId/svlhFUnYIOylummlznId -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment/metacomment.pb.go
2025-08-20T22:21:23.9124474Z [00:02:35.610]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:21:23.9125712Z [00:02:35.610]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/f3/f3b8c7110fb5f83c73d4cd9d67266e637ba9e049ff1542be0c2b88e8e804dd5b-d # internal
2025-08-20T22:21:23.9295277Z [00:02:35.627]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:21:23.9309449Z [00:02:35.629]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/e6/e699e25cbc330e3648e5ba3f379db59a8bb7e64b61ae9e140f401b1a653a48ba-d # internal
2025-08-20T22:21:23.9310146Z [00:02:35.629]➜  github.com/reviewdog/reviewdog/pathutil
2025-08-20T22:21:23.9310466Z [00:02:35.629]➜  mkdir -p $WORK/b214/
2025-08-20T22:21:23.9310847Z [00:02:35.629]➜  cat >/tmp/go-build2071284111/b214/importcfg << 'EOF' # internal
2025-08-20T22:21:23.9311197Z [00:02:35.629]➜  # import config
2025-08-20T22:21:23.9311675Z [00:02:35.629]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:23.9312261Z [00:02:35.629]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:23.9312715Z [00:02:35.629]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:23.9313034Z [00:02:35.629]➜  EOF
2025-08-20T22:21:23.9315281Z [00:02:35.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil=>github.com/reviewdog/reviewdog/pathutil;$WORK/b214=>" -p github.com/reviewdog/reviewdog/pathutil -lang=go1.23 -complete -installsuffix shared -buildid HI2zcn2oQh_L5CSk4iL3/HI2zcn2oQh_L5CSk4iL3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil/pathutil.go
2025-08-20T22:21:23.9525912Z [00:02:35.651]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:21:23.9536558Z [00:02:35.651]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/22/2294ec1bea6e95866e2b9de79e28b053b3eac9a4ab40bfc74b975cecfef29f19-d # internal
2025-08-20T22:21:23.9537281Z [00:02:35.651]➜  github.com/reviewdog/reviewdog/filter
2025-08-20T22:21:23.9537596Z [00:02:35.651]➜  mkdir -p $WORK/b213/
2025-08-20T22:21:23.9537903Z [00:02:35.652]➜  github.com/reviewdog/reviewdog/parser
2025-08-20T22:21:23.9538206Z [00:02:35.652]➜  mkdir -p $WORK/b247/
2025-08-20T22:21:23.9538579Z [00:02:35.652]➜  cat >/tmp/go-build2071284111/b213/importcfg << 'EOF' # internal
2025-08-20T22:21:23.9538928Z [00:02:35.652]➜  # import config
2025-08-20T22:21:23.9539256Z [00:02:35.652]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:23.9539804Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build2071284111/b212/_pkg_.a
2025-08-20T22:21:23.9540453Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build2071284111/b214/_pkg_.a
2025-08-20T22:21:23.9541117Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:23.9541826Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:23.9542803Z [00:02:35.652]➜  EOF
2025-08-20T22:21:23.9544958Z [00:02:35.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter=>github.com/reviewdog/reviewdog/filter;$WORK/b213=>" -p github.com/reviewdog/reviewdog/filter -lang=go1.23 -complete -installsuffix shared -buildid eY76317Ci_MYcQ5LQlCK/eY76317Ci_MYcQ5LQlCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/diff_filter.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/filter.go
2025-08-20T22:21:23.9546785Z [00:02:35.652]➜  cat >/tmp/go-build2071284111/b247/importcfg << 'EOF' # internal
2025-08-20T22:21:23.9547133Z [00:02:35.652]➜  # import config
2025-08-20T22:21:23.9547465Z [00:02:35.652]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:23.9547909Z [00:02:35.652]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:23.9548387Z [00:02:35.652]➜  packagefile encoding/xml=/tmp/go-build2071284111/b248/_pkg_.a
2025-08-20T22:21:23.9548827Z [00:02:35.652]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:23.9549237Z [00:02:35.652]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:23.9549762Z [00:02:35.652]➜  packagefile github.com/haya14busa/go-sarif/sarif=/tmp/go-build2071284111/b211/_pkg_.a
2025-08-20T22:21:23.9550633Z [00:02:35.652]➜  packagefile github.com/reviewdog/errorformat=/tmp/go-build2071284111/b249/_pkg_.a
2025-08-20T22:21:23.9551332Z [00:02:35.652]➜  packagefile github.com/reviewdog/errorformat/fmts=/tmp/go-build2071284111/b209/_pkg_.a
2025-08-20T22:21:23.9551966Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build2071284111/b212/_pkg_.a
2025-08-20T22:21:23.9552605Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build2071284111/b214/_pkg_.a
2025-08-20T22:21:23.9553275Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:23.9554173Z [00:02:35.652]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:23.9554898Z [00:02:35.652]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2071284111/b250/_pkg_.a
2025-08-20T22:21:23.9555434Z [00:02:35.652]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:23.9555856Z [00:02:35.652]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:23.9557062Z [00:02:35.652]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:23.9558031Z [00:02:35.652]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:23.9558510Z [00:02:35.652]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:23.9558829Z [00:02:35.652]➜  EOF
2025-08-20T22:21:23.9561677Z [00:02:35.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser=>github.com/reviewdog/reviewdog/parser;$WORK/b247=>" -p github.com/reviewdog/reviewdog/parser -lang=go1.23 -complete -installsuffix shared -buildid MCRYGvKV8QJ8Dix9AeEO/MCRYGvKV8QJ8Dix9AeEO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/checkstyle.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/diff.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/errorformat.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/parser.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjson.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjsonl.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/sarif.go
2025-08-20T22:21:23.9826993Z [00:02:35.681]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:21:23.9836170Z [00:02:35.682]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/da/da0f237cc9ce97140280fc4c5b958ceb02426de3ab8e6694e38255f180dedce3-d # internal
2025-08-20T22:21:23.9836878Z [00:02:35.682]➜  github.com/reviewdog/reviewdog/doghouse
2025-08-20T22:21:23.9837256Z [00:02:35.682]➜  mkdir -p $WORK/b254/
2025-08-20T22:21:23.9838152Z [00:02:35.682]➜  cat >/tmp/go-build2071284111/b254/importcfg << 'EOF' # internal
2025-08-20T22:21:23.9838520Z [00:02:35.682]➜  # import config
2025-08-20T22:21:23.9838980Z [00:02:35.682]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build2071284111/b213/_pkg_.a
2025-08-20T22:21:23.9839639Z [00:02:35.682]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:23.9840069Z [00:02:35.682]➜  EOF
2025-08-20T22:21:23.9841842Z [00:02:35.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse=>github.com/reviewdog/reviewdog/doghouse;$WORK/b254=>" -p github.com/reviewdog/reviewdog/doghouse -lang=go1.23 -complete -installsuffix shared -buildid d07uGD8TNbboDGVeIEuZ/d07uGD8TNbboDGVeIEuZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/service.go
2025-08-20T22:21:24.0048739Z [00:02:35.703]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:21:24.0065233Z [00:02:35.704]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/b1/b1b50fb94defe10379c584acb23590e1849cc96de97d4d4c33a4404a272d5764-d # internal
2025-08-20T22:21:24.0194998Z [00:02:35.717]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:21:24.0208078Z [00:02:35.719]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/6c/6c03175f975fac2dd8dd05b79ce0acba5ce17cf12e67d2c4a420cdfdb898ac98-d # internal
2025-08-20T22:21:24.0214533Z [00:02:35.719]➜  github.com/reviewdog/reviewdog
2025-08-20T22:21:24.0217628Z [00:02:35.719]➜  mkdir -p $WORK/b210/
2025-08-20T22:21:24.0218032Z [00:02:35.720]➜  cat >/tmp/go-build2071284111/b210/importcfg << 'EOF' # internal
2025-08-20T22:21:24.0218386Z [00:02:35.720]➜  # import config
2025-08-20T22:21:24.0218728Z [00:02:35.720]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.0219181Z [00:02:35.720]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.0219631Z [00:02:35.720]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:24.0220077Z [00:02:35.720]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.0220491Z [00:02:35.720]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.0221016Z [00:02:35.720]➜  packagefile github.com/haya14busa/go-sarif/sarif=/tmp/go-build2071284111/b211/_pkg_.a
2025-08-20T22:21:24.0221656Z [00:02:35.720]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build2071284111/b212/_pkg_.a
2025-08-20T22:21:24.0222287Z [00:02:35.720]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build2071284111/b213/_pkg_.a
2025-08-20T22:21:24.0222924Z [00:02:35.720]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build2071284111/b247/_pkg_.a
2025-08-20T22:21:24.0223768Z [00:02:35.720]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build2071284111/b214/_pkg_.a
2025-08-20T22:21:24.0224819Z [00:02:35.720]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:24.0225510Z [00:02:35.720]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2071284111/b250/_pkg_.a
2025-08-20T22:21:24.0226053Z [00:02:35.720]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.0226448Z [00:02:35.720]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:24.0226874Z [00:02:35.720]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:24.0227292Z [00:02:35.720]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.0227602Z [00:02:35.720]➜  EOF
2025-08-20T22:21:24.0230069Z [00:02:35.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO=>github.com/reviewdog/reviewdog;$WORK/b210=>" -p github.com/reviewdog/reviewdog -lang=go1.23 -complete -installsuffix shared -buildid spcpiE9TUO71u8TkS9GJ/spcpiE9TUO71u8TkS9GJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/comment.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_iowriter.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/diff.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/fail_level.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/resultmap.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/reviewdog.go
2025-08-20T22:21:24.1212900Z [00:02:35.819]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:21:24.1247030Z [00:02:35.823]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/e9/e951bdd72fb6c643df2ccd145925a513e9bc6b02f7245db376edb5076cae251e-d # internal
2025-08-20T22:21:24.1251706Z [00:02:35.823]➜  github.com/reviewdog/reviewdog/service/commentutil
2025-08-20T22:21:24.1252903Z [00:02:35.823]➜  mkdir -p $WORK/b270/
2025-08-20T22:21:24.1254123Z [00:02:35.823]➜  github.com/reviewdog/reviewdog/service/github/githubutils
2025-08-20T22:21:24.1255172Z [00:02:35.823]➜  mkdir -p $WORK/b273/
2025-08-20T22:21:24.1255629Z [00:02:35.823]➜  cat >/tmp/go-build2071284111/b270/importcfg << 'EOF' # internal
2025-08-20T22:21:24.1255985Z [00:02:35.823]➜  # import config
2025-08-20T22:21:24.1256324Z [00:02:35.823]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.1256834Z [00:02:35.823]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:24.1257476Z [00:02:35.823]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:24.1258379Z [00:02:35.823]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.1258878Z [00:02:35.823]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:24.1259301Z [00:02:35.823]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.1259620Z [00:02:35.823]➜  EOF
2025-08-20T22:21:24.1261822Z [00:02:35.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil=>github.com/reviewdog/reviewdog/service/commentutil;$WORK/b270=>" -p github.com/reviewdog/reviewdog/service/commentutil -lang=go1.23 -complete -installsuffix shared -buildid QuhsNdbKSaozT_3CKOCX/QuhsNdbKSaozT_3CKOCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/code_fence.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/commentutil.go
2025-08-20T22:21:24.1264087Z [00:02:35.823]➜  github.com/reviewdog/reviewdog/project
2025-08-20T22:21:24.1264398Z [00:02:35.823]➜  mkdir -p $WORK/b256/
2025-08-20T22:21:24.1264797Z [00:02:35.824]➜  cat >/tmp/go-build2071284111/b273/importcfg << 'EOF' # internal
2025-08-20T22:21:24.1265163Z [00:02:35.824]➜  # import config
2025-08-20T22:21:24.1265507Z [00:02:35.824]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.1265924Z [00:02:35.824]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.1266485Z [00:02:35.824]➜  packagefile github.com/haya14busa/go-actions-toolkit/core=/tmp/go-build2071284111/b274/_pkg_.a
2025-08-20T22:21:24.1267467Z [00:02:35.824]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:24.1268105Z [00:02:35.824]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:24.1268640Z [00:02:35.824]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.1269052Z [00:02:35.824]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:24.1269471Z [00:02:35.824]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.1269781Z [00:02:35.824]➜  EOF
2025-08-20T22:21:24.1272121Z [00:02:35.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils=>github.com/reviewdog/reviewdog/service/github/githubutils;$WORK/b273=>" -p github.com/reviewdog/reviewdog/service/github/githubutils -lang=go1.23 -complete -installsuffix shared -buildid OwVm8hTK9s3gP2Sy5wFB/OwVm8hTK9s3gP2Sy5wFB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/comment_writer.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/utils.go
2025-08-20T22:21:24.1281385Z [00:02:35.826]➜  cat >/tmp/go-build2071284111/b256/importcfg << 'EOF' # internal
2025-08-20T22:21:24.1289961Z [00:02:35.826]➜  # import config
2025-08-20T22:21:24.1290665Z [00:02:35.826]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.1291524Z [00:02:35.826]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.1292013Z [00:02:35.826]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.1292435Z [00:02:35.826]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.1292939Z [00:02:35.826]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:24.1293725Z [00:02:35.826]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build2071284111/b212/_pkg_.a
2025-08-20T22:21:24.1294425Z [00:02:35.826]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build2071284111/b213/_pkg_.a
2025-08-20T22:21:24.1295064Z [00:02:35.826]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build2071284111/b247/_pkg_.a
2025-08-20T22:21:24.1295671Z [00:02:35.826]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2071284111/b257/_pkg_.a
2025-08-20T22:21:24.1296196Z [00:02:35.826]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2071284111/b258/_pkg_.a
2025-08-20T22:21:24.1296957Z [00:02:35.826]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.1297475Z [00:02:35.826]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:24.1297878Z [00:02:35.826]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:24.1298294Z [00:02:35.826]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:24.1298766Z [00:02:35.826]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:24.1299193Z [00:02:35.826]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.1299510Z [00:02:35.826]➜  EOF
2025-08-20T22:21:24.1301610Z [00:02:35.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/project=>github.com/reviewdog/reviewdog/project;$WORK/b256=>" -p github.com/reviewdog/reviewdog/project -lang=go1.23 -complete -installsuffix shared -buildid eaY4dTm6rnkf8BFmh9dv/eaY4dTm6rnkf8BFmh9dv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/project/cmdbuilder.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/project/conf.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/project/run.go
2025-08-20T22:21:24.1656937Z [00:02:35.863]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:21:24.1666627Z [00:02:35.865]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/4a/4a770fff00b1de68a20892eff3f4e47f12a68877af4dd8fae82ef16b73d1d485-d # internal
2025-08-20T22:21:24.1700538Z [00:02:35.868]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:21:24.1709476Z [00:02:35.869]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/e0/e0c791fccd52d3d48b5859a9db876f12b5b0638451558785e37f42a051f6a306-d # internal
2025-08-20T22:21:24.2277606Z [00:02:35.926]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:21:24.2304869Z [00:02:35.929]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/ee/eedf0f0ff04e4817b058b16c48fefe92cbe4b335d28c088ea4bd341d9ff23080-d # internal
2025-08-20T22:21:24.8076762Z [00:02:36.506]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:21:24.8283132Z [00:02:36.526]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/49/49799046268297a070b69d7fbc1d7b4e36906be64bfa9d8b56e343fe5c4018f8-d # internal
2025-08-20T22:21:24.8287877Z [00:02:36.527]➜  github.com/42wim/httpsig
2025-08-20T22:21:24.8288222Z [00:02:36.527]➜  mkdir -p $WORK/b101/
2025-08-20T22:21:24.8288512Z [00:02:36.527]➜  github.com/go-fed/httpsig
2025-08-20T22:21:24.8288832Z [00:02:36.527]➜  mkdir -p $WORK/b197/
2025-08-20T22:21:24.8289172Z [00:02:36.527]➜  github.com/reviewdog/reviewdog/doghouse/client
2025-08-20T22:21:24.8289496Z [00:02:36.527]➜  mkdir -p $WORK/b255/
2025-08-20T22:21:24.8289866Z [00:02:36.527]➜  cat >/tmp/go-build2071284111/b101/importcfg << 'EOF' # internal
2025-08-20T22:21:24.8290217Z [00:02:36.527]➜  # import config
2025-08-20T22:21:24.8290556Z [00:02:36.527]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.8290995Z [00:02:36.527]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:24.8291440Z [00:02:36.527]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:24.8291902Z [00:02:36.527]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:24.8292360Z [00:02:36.527]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:24.8292812Z [00:02:36.527]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:24.8302490Z [00:02:36.527]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:24.8303118Z [00:02:36.527]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:24.8303747Z [00:02:36.527]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:24.8304286Z [00:02:36.527]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:24.8304761Z [00:02:36.527]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:24.8305544Z [00:02:36.527]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.8307844Z [00:02:36.527]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.8308747Z [00:02:36.527]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2071284111/b123/_pkg_.a
2025-08-20T22:21:24.8309340Z [00:02:36.527]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build2071284111/b125/_pkg_.a
2025-08-20T22:21:24.8309932Z [00:02:36.527]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build2071284111/b126/_pkg_.a
2025-08-20T22:21:24.8310481Z [00:02:36.527]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2071284111/b130/_pkg_.a
2025-08-20T22:21:24.8311017Z [00:02:36.527]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2071284111/b132/_pkg_.a
2025-08-20T22:21:24.8311487Z [00:02:36.527]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:24.8311889Z [00:02:36.527]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.8312317Z [00:02:36.527]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:24.8312753Z [00:02:36.527]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.8313208Z [00:02:36.527]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:24.8314059Z [00:02:36.527]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:24.8314696Z [00:02:36.527]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.8315682Z [00:02:36.527]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.8316004Z [00:02:36.527]➜  EOF
2025-08-20T22:21:24.8319570Z [00:02:36.527]➜  /root/.go/pkg/tool/linux_arm64/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 v3UH4ux2i9OgY4sudpwK/v3UH4ux2i9OgY4sudpwK -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:21:24.8322284Z [00:02:36.528]➜  cat >/tmp/go-build2071284111/b197/importcfg << 'EOF' # internal
2025-08-20T22:21:24.8327266Z [00:02:36.528]➜  # import config
2025-08-20T22:21:24.8327795Z [00:02:36.528]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.8328226Z [00:02:36.528]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:24.8328675Z [00:02:36.528]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:24.8329137Z [00:02:36.528]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:24.8329612Z [00:02:36.528]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:24.8330063Z [00:02:36.528]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:24.8330511Z [00:02:36.528]➜  packagefile crypto/sha1=/tmp/go-build2071284111/b141/_pkg_.a
2025-08-20T22:21:24.8330971Z [00:02:36.528]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:24.8331433Z [00:02:36.528]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:24.8331909Z [00:02:36.528]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:24.8332375Z [00:02:36.528]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:24.8332848Z [00:02:36.528]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:24.8333294Z [00:02:36.528]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.8334085Z [00:02:36.528]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.8334951Z [00:02:36.528]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2071284111/b123/_pkg_.a
2025-08-20T22:21:24.8335582Z [00:02:36.528]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build2071284111/b125/_pkg_.a
2025-08-20T22:21:24.8336145Z [00:02:36.528]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build2071284111/b126/_pkg_.a
2025-08-20T22:21:24.8336713Z [00:02:36.528]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build2071284111/b198/_pkg_.a
2025-08-20T22:21:24.8337276Z [00:02:36.528]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2071284111/b130/_pkg_.a
2025-08-20T22:21:24.8337809Z [00:02:36.528]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2071284111/b132/_pkg_.a
2025-08-20T22:21:24.8338277Z [00:02:36.528]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:24.8338706Z [00:02:36.528]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.8339123Z [00:02:36.528]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:24.8339567Z [00:02:36.528]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.8340024Z [00:02:36.528]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:24.8340473Z [00:02:36.528]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:24.8340901Z [00:02:36.528]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.8341320Z [00:02:36.528]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.8341876Z [00:02:36.528]➜  EOF
2025-08-20T22:21:24.8344777Z [00:02:36.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-fed/httpsig@v1.1.0=>github.com/go-fed/httpsig@v1.1.0;$WORK/b197=>" -p github.com/go-fed/httpsig -lang=go1.13 -complete -installsuffix shared -buildid eFeUQbQ18Hyl1ARSuWHd/eFeUQbQ18Hyl1ARSuWHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/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:21:24.8347170Z [00:02:36.528]➜  cat >/tmp/go-build2071284111/b255/importcfg << 'EOF' # internal
2025-08-20T22:21:24.8347515Z [00:02:36.528]➜  # import config
2025-08-20T22:21:24.8347858Z [00:02:36.528]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.8348279Z [00:02:36.528]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.8348731Z [00:02:36.528]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:24.8349167Z [00:02:36.528]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.8349712Z [00:02:36.528]➜  packagefile github.com/reviewdog/reviewdog/commands=/tmp/go-build2071284111/b253/_pkg_.a
2025-08-20T22:21:24.8350368Z [00:02:36.528]➜  packagefile github.com/reviewdog/reviewdog/doghouse=/tmp/go-build2071284111/b254/_pkg_.a
2025-08-20T22:21:24.8350883Z [00:02:36.528]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.8351284Z [00:02:36.528]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:24.8351707Z [00:02:36.528]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.8352134Z [00:02:36.528]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.8352549Z [00:02:36.528]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:24.8352848Z [00:02:36.528]➜  EOF
2025-08-20T22:21:24.8355122Z [00:02:36.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client=>github.com/reviewdog/reviewdog/doghouse/client;$WORK/b255=>" -p github.com/reviewdog/reviewdog/doghouse/client -lang=go1.23 -complete -installsuffix shared -buildid i-5ZshqI20nCNrKLTbbF/i-5ZshqI20nCNrKLTbbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client/client.go
2025-08-20T22:21:24.8637271Z [00:02:36.560]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:21:24.8643672Z [00:02:36.562]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/f6/f6d3aaf640d0eb7d962fe40ff9eb3068d1eff8e9efa819b5077fc1daa4498577-d # internal
2025-08-20T22:21:24.8663990Z [00:02:36.564]➜  golang.org/x/oauth2/internal
2025-08-20T22:21:24.8664830Z [00:02:36.565]➜  mkdir -p $WORK/b262/
2025-08-20T22:21:24.8668362Z [00:02:36.565]➜  cat >/tmp/go-build2071284111/b262/importcfg << 'EOF' # internal
2025-08-20T22:21:24.8668752Z [00:02:36.565]➜  # import config
2025-08-20T22:21:24.8669116Z [00:02:36.565]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.8669563Z [00:02:36.565]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:24.8672607Z [00:02:36.565]➜  packagefile crypto/x509=/tmp/go-build2071284111/b142/_pkg_.a
2025-08-20T22:21:24.8673132Z [00:02:36.565]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:24.8673844Z [00:02:36.565]➜  packagefile encoding/pem=/tmp/go-build2071284111/b144/_pkg_.a
2025-08-20T22:21:24.8674356Z [00:02:36.565]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.8674779Z [00:02:36.565]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.8675892Z [00:02:36.565]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.8676391Z [00:02:36.565]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:24.8677280Z [00:02:36.565]➜  packagefile mime=/tmp/go-build2071284111/b190/_pkg_.a
2025-08-20T22:21:24.8684486Z [00:02:36.565]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.8684935Z [00:02:36.565]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.8685369Z [00:02:36.565]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:24.8685823Z [00:02:36.565]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.8686244Z [00:02:36.565]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.8686677Z [00:02:36.565]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:24.8687107Z [00:02:36.565]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.8687420Z [00:02:36.565]➜  EOF
2025-08-20T22:21:24.8691602Z [00:02:36.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b262=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid ePGu0dCS5cUzb4kHN8cN/ePGu0dCS5cUzb4kHN8cN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/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:21:24.9054571Z [00:02:36.603]➜  github.com/google/go-github/v72/github
2025-08-20T22:21:24.9057586Z [00:02:36.603]➜  mkdir -p $WORK/b205/
2025-08-20T22:21:24.9063861Z [00:02:36.604]➜  cat >/tmp/go-build2071284111/b205/importcfg << 'EOF' # internal
2025-08-20T22:21:24.9066911Z [00:02:36.605]➜  # import config
2025-08-20T22:21:24.9068482Z [00:02:36.605]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.9068938Z [00:02:36.605]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.9069390Z [00:02:36.605]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:24.9069843Z [00:02:36.605]➜  packagefile crypto/sha1=/tmp/go-build2071284111/b141/_pkg_.a
2025-08-20T22:21:24.9070313Z [00:02:36.605]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:24.9071143Z [00:02:36.605]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:24.9071699Z [00:02:36.605]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:24.9072172Z [00:02:36.605]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:24.9072639Z [00:02:36.605]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:24.9073078Z [00:02:36.605]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.9073681Z [00:02:36.605]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.9074275Z [00:02:36.605]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2071284111/b206/_pkg_.a
2025-08-20T22:21:24.9074792Z [00:02:36.605]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:24.9075198Z [00:02:36.605]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.9075605Z [00:02:36.605]➜  packagefile mime=/tmp/go-build2071284111/b190/_pkg_.a
2025-08-20T22:21:24.9076039Z [00:02:36.605]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.9076470Z [00:02:36.605]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.9076879Z [00:02:36.605]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:24.9077286Z [00:02:36.605]➜  packagefile path=/tmp/go-build2071284111/b081/_pkg_.a
2025-08-20T22:21:24.9078074Z [00:02:36.605]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:24.9078530Z [00:02:36.605]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:24.9078955Z [00:02:36.605]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:24.9079372Z [00:02:36.605]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:24.9079788Z [00:02:36.605]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:24.9080209Z [00:02:36.605]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.9080640Z [00:02:36.605]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.9081048Z [00:02:36.605]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.9081355Z [00:02:36.605]➜  EOF
2025-08-20T22:21:24.9162114Z [00:02:36.605]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_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/b205=>" -p github.com/google/go-github/v72/github -lang=go1.23 -complete -installsuffix shared -buildid 74XXzwZmIcQHZaLZ-7bR/74XXzwZmIcQHZaLZ-7bR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/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:21:24.9344366Z [00:02:36.632]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:21:24.9354026Z [00:02:36.633]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T22:21:24.9408711Z [00:02:36.639]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:21:24.9424429Z [00:02:36.640]➜  golang.org/x/oauth2
2025-08-20T22:21:24.9428781Z [00:02:36.640]➜  mkdir -p $WORK/b261/
2025-08-20T22:21:24.9433964Z [00:02:36.641]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/77/7777c2677251c70af45abda790761713fd8344d06f25e14827d85f8e23088524-d # internal
2025-08-20T22:21:24.9435692Z [00:02:36.641]➜  net/http/httputil
2025-08-20T22:21:24.9435976Z [00:02:36.641]➜  mkdir -p $WORK/b264/
2025-08-20T22:21:24.9436354Z [00:02:36.641]➜  cat >/tmp/go-build2071284111/b261/importcfg << 'EOF' # internal
2025-08-20T22:21:24.9436703Z [00:02:36.641]➜  # import config
2025-08-20T22:21:24.9437044Z [00:02:36.641]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.9437493Z [00:02:36.642]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.9437943Z [00:02:36.642]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:24.9438407Z [00:02:36.642]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:24.9438885Z [00:02:36.642]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:24.9439360Z [00:02:36.642]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:24.9439815Z [00:02:36.642]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.9442317Z [00:02:36.642]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.9443132Z [00:02:36.642]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2071284111/b262/_pkg_.a
2025-08-20T22:21:24.9446465Z [00:02:36.642]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.9446982Z [00:02:36.642]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:24.9447442Z [00:02:36.642]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.9447880Z [00:02:36.642]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.9448301Z [00:02:36.642]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:24.9448729Z [00:02:36.642]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.9449146Z [00:02:36.642]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.9449568Z [00:02:36.642]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.9449877Z [00:02:36.642]➜  EOF
2025-08-20T22:21:24.9452676Z [00:02:36.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b261=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/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:21:24.9457060Z [00:02:36.643]➜  cat >/tmp/go-build2071284111/b264/importcfg << 'EOF' # internal
2025-08-20T22:21:24.9457437Z [00:02:36.643]➜  # import config
2025-08-20T22:21:24.9457887Z [00:02:36.643]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:21:24.9458390Z [00:02:36.643]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:24.9458805Z [00:02:36.643]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.9459231Z [00:02:36.643]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.9459652Z [00:02:36.643]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.9460078Z [00:02:36.643]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.9460607Z [00:02:36.643]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2071284111/b181/_pkg_.a
2025-08-20T22:21:24.9461119Z [00:02:36.643]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.9461526Z [00:02:36.643]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:24.9461932Z [00:02:36.643]➜  packagefile mime=/tmp/go-build2071284111/b190/_pkg_.a
2025-08-20T22:21:24.9462752Z [00:02:36.643]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:24.9463176Z [00:02:36.643]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.9463823Z [00:02:36.643]➜  packagefile net/http/httptrace=/tmp/go-build2071284111/b193/_pkg_.a
2025-08-20T22:21:24.9464388Z [00:02:36.643]➜  packagefile net/http/internal=/tmp/go-build2071284111/b194/_pkg_.a
2025-08-20T22:21:24.9464928Z [00:02:36.644]➜  packagefile net/http/internal/ascii=/tmp/go-build2071284111/b195/_pkg_.a
2025-08-20T22:21:24.9465436Z [00:02:36.644]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:24.9465886Z [00:02:36.644]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.9466314Z [00:02:36.644]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.9466732Z [00:02:36.644]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.9467152Z [00:02:36.644]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.9467476Z [00:02:36.644]➜  EOF
2025-08-20T22:21:24.9469505Z [00:02:36.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b264=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid l6ubOHJ8d-YlqxU3x8Ff/l6ubOHJ8d-YlqxU3x8Ff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/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:21:24.9471327Z [00:02:36.644]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:21:24.9480266Z [00:02:36.646]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/3f/3feb2772a57f85c025c474e13d031da8aa9fb6335b0382dd8ef58252754e1dfc-d # internal
2025-08-20T22:21:24.9661318Z [00:02:36.664]➜  code.gitea.io/sdk/gitea
2025-08-20T22:21:24.9661759Z [00:02:36.664]➜  mkdir -p $WORK/b002/
2025-08-20T22:21:24.9662157Z [00:02:36.664]➜  cat >/tmp/go-build2071284111/b002/importcfg << 'EOF' # internal
2025-08-20T22:21:24.9662510Z [00:02:36.664]➜  # import config
2025-08-20T22:21:24.9662848Z [00:02:36.664]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:24.9663278Z [00:02:36.664]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:24.9663916Z [00:02:36.664]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:24.9664764Z [00:02:36.664]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:24.9665308Z [00:02:36.664]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:24.9665783Z [00:02:36.664]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:24.9666258Z [00:02:36.664]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:24.9666738Z [00:02:36.664]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:24.9667184Z [00:02:36.664]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:24.9667600Z [00:02:36.664]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:24.9668083Z [00:02:36.664]➜  packagefile github.com/42wim/httpsig=/tmp/go-build2071284111/b101/_pkg_.a
2025-08-20T22:21:24.9668632Z [00:02:36.664]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build2071284111/b197/_pkg_.a
2025-08-20T22:21:24.9669219Z [00:02:36.664]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build2071284111/b199/_pkg_.a
2025-08-20T22:21:24.9669785Z [00:02:36.664]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2071284111/b132/_pkg_.a
2025-08-20T22:21:24.9670348Z [00:02:36.664]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build2071284111/b203/_pkg_.a
2025-08-20T22:21:24.9670830Z [00:02:36.664]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:24.9671521Z [00:02:36.664]➜  packagefile mime/multipart=/tmp/go-build2071284111/b191/_pkg_.a
2025-08-20T22:21:24.9671963Z [00:02:36.664]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:24.9672387Z [00:02:36.664]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:24.9672815Z [00:02:36.664]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:24.9673224Z [00:02:36.664]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:24.9673802Z [00:02:36.664]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:24.9674265Z [00:02:36.664]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:24.9674698Z [00:02:36.664]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:24.9675126Z [00:02:36.664]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:24.9675545Z [00:02:36.664]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:24.9675958Z [00:02:36.664]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:24.9676269Z [00:02:36.664]➜  EOF
2025-08-20T22:21:24.9693127Z [00:02:36.664]➜  /root/.go/pkg/tool/linux_arm64/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 ELpXum0_ca7tIMzBIESp/ELpXum0_ca7tIMzBIESp -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:21:25.0116622Z [00:02:36.710]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:21:25.0117969Z [00:02:36.710]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T22:21:25.0120793Z [00:02:36.710]➜  net/http/cookiejar
2025-08-20T22:21:25.0121583Z [00:02:36.710]➜  mkdir -p $WORK/b268/
2025-08-20T22:21:25.0127798Z [00:02:36.711]➜  cat >/tmp/go-build2071284111/b268/importcfg << 'EOF' # internal
2025-08-20T22:21:25.0128199Z [00:02:36.711]➜  # import config
2025-08-20T22:21:25.0128542Z [00:02:36.711]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:25.0129309Z [00:02:36.711]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:25.0129838Z [00:02:36.711]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.0130249Z [00:02:36.711]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:25.0130671Z [00:02:36.711]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.0131167Z [00:02:36.711]➜  packagefile net/http/internal/ascii=/tmp/go-build2071284111/b195/_pkg_.a
2025-08-20T22:21:25.0131670Z [00:02:36.711]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.0132095Z [00:02:36.711]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:25.0132522Z [00:02:36.711]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.0132967Z [00:02:36.711]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.0133378Z [00:02:36.711]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.0134086Z [00:02:36.711]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:25.0134470Z [00:02:36.711]➜  EOF
2025-08-20T22:21:25.0136177Z [00:02:36.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b268=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid _IwGq-aDViuGByapiXID/_IwGq-aDViuGByapiXID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T22:21:25.0761861Z [00:02:36.774]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:21:25.0789614Z [00:02:36.777]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/b5/b55140ce22be3c44e20209c33535983c28518a8e76c148f4a07d14c095fd8a3f-d # internal
2025-08-20T22:21:25.0790977Z [00:02:36.777]➜  golang.org/x/build/gerrit
2025-08-20T22:21:25.0791956Z [00:02:36.777]➜  mkdir -p $WORK/b267/
2025-08-20T22:21:25.0799246Z [00:02:36.778]➜  cat >/tmp/go-build2071284111/b267/importcfg << 'EOF' # internal
2025-08-20T22:21:25.0799738Z [00:02:36.778]➜  # import config
2025-08-20T22:21:25.0800090Z [00:02:36.778]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:25.0800512Z [00:02:36.778]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:25.0800938Z [00:02:36.778]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.0801401Z [00:02:36.778]➜  packagefile crypto/md5=/tmp/go-build2071284111/b137/_pkg_.a
2025-08-20T22:21:25.0801873Z [00:02:36.778]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:25.0802353Z [00:02:36.778]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:25.0802828Z [00:02:36.778]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:25.0803276Z [00:02:36.778]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:25.0803838Z [00:02:36.778]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.0804307Z [00:02:36.778]➜  packagefile golang.org/x/oauth2=/tmp/go-build2071284111/b261/_pkg_.a
2025-08-20T22:21:25.0804760Z [00:02:36.778]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:25.0805177Z [00:02:36.778]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.0805654Z [00:02:36.778]➜  packagefile net/http/cookiejar=/tmp/go-build2071284111/b268/_pkg_.a
2025-08-20T22:21:25.0806131Z [00:02:36.778]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.0806541Z [00:02:36.778]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:25.0806953Z [00:02:36.778]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:25.0807401Z [00:02:36.778]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.0807849Z [00:02:36.778]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:25.0808709Z [00:02:36.778]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:25.0809208Z [00:02:36.778]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:25.0809638Z [00:02:36.778]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.0810059Z [00:02:36.778]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.0810468Z [00:02:36.778]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.0810785Z [00:02:36.778]➜  EOF
2025-08-20T22:21:25.0813155Z [00:02:36.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_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/b267=>" -p golang.org/x/build/gerrit -lang=go1.23 -complete -installsuffix shared -buildid vmbJge5zb1yiHm6rNn7m/vmbJge5zb1yiHm6rNn7m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/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:21:25.0962365Z [00:02:36.794]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:21:25.0990664Z [00:02:36.797]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/e2/e2b7f9f4ee04a13350ff40a3e6fdd1af8efa2ae355c05d81ce1f3cfbea1f0a1d-d # internal
2025-08-20T22:21:25.1003328Z [00:02:36.798]➜  github.com/reva2/bitbucket-insights-api
2025-08-20T22:21:25.1005294Z [00:02:36.798]➜  mkdir -p $WORK/b260/
2025-08-20T22:21:25.1006901Z [00:02:36.799]➜  cat >/tmp/go-build2071284111/b260/importcfg << 'EOF' # internal
2025-08-20T22:21:25.1007621Z [00:02:36.799]➜  # import config
2025-08-20T22:21:25.1007977Z [00:02:36.799]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:25.1008431Z [00:02:36.799]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.1008915Z [00:02:36.799]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:25.1009386Z [00:02:36.799]➜  packagefile encoding/xml=/tmp/go-build2071284111/b248/_pkg_.a
2025-08-20T22:21:25.1009831Z [00:02:36.799]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:25.1010248Z [00:02:36.799]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.1010711Z [00:02:36.799]➜  packagefile golang.org/x/oauth2=/tmp/go-build2071284111/b261/_pkg_.a
2025-08-20T22:21:25.1011183Z [00:02:36.799]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:25.1011609Z [00:02:36.799]➜  packagefile io/ioutil=/tmp/go-build2071284111/b263/_pkg_.a
2025-08-20T22:21:25.1012030Z [00:02:36.799]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:25.1012482Z [00:02:36.799]➜  packagefile mime/multipart=/tmp/go-build2071284111/b191/_pkg_.a
2025-08-20T22:21:25.1012935Z [00:02:36.799]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.1013419Z [00:02:36.799]➜  packagefile net/http/httputil=/tmp/go-build2071284111/b264/_pkg_.a
2025-08-20T22:21:25.1014134Z [00:02:36.799]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.1014548Z [00:02:36.799]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:25.1014988Z [00:02:36.799]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.1015435Z [00:02:36.799]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:25.1015874Z [00:02:36.799]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:25.1016296Z [00:02:36.799]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:25.1016759Z [00:02:36.799]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.1017179Z [00:02:36.799]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.1017615Z [00:02:36.799]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:25.1018401Z [00:02:36.799]➜  EOF
2025-08-20T22:21:25.1027305Z [00:02:36.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_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/b260=>" -p github.com/reva2/bitbucket-insights-api -lang=go1.13 -complete -installsuffix shared -buildid GVV7eT9EoaAqvoyjC9-N/GVV7eT9EoaAqvoyjC9-N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/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:21:25.2054107Z [00:02:36.903]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:21:25.2107575Z [00:02:36.909]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/72/72803b5fc452c9742015562a0d394b7b54e6312609df793e019b5f1568ef0c87-d # internal
2025-08-20T22:21:25.2119200Z [00:02:36.910]➜  github.com/reviewdog/go-bitbucket
2025-08-20T22:21:25.2146962Z [00:02:36.913]➜  mkdir -p $WORK/b265/
2025-08-20T22:21:25.2151235Z [00:02:36.913]➜  cat >/tmp/go-build2071284111/b265/importcfg << 'EOF' # internal
2025-08-20T22:21:25.2152194Z [00:02:36.913]➜  # import config
2025-08-20T22:21:25.2153240Z [00:02:36.913]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:25.2153909Z [00:02:36.913]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.2154388Z [00:02:36.913]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:25.2154865Z [00:02:36.913]➜  packagefile encoding/xml=/tmp/go-build2071284111/b248/_pkg_.a
2025-08-20T22:21:25.2155309Z [00:02:36.913]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:25.2155755Z [00:02:36.913]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.2156224Z [00:02:36.913]➜  packagefile golang.org/x/oauth2=/tmp/go-build2071284111/b261/_pkg_.a
2025-08-20T22:21:25.2156680Z [00:02:36.913]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:25.2157102Z [00:02:36.913]➜  packagefile io/ioutil=/tmp/go-build2071284111/b263/_pkg_.a
2025-08-20T22:21:25.2157521Z [00:02:36.913]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:25.2157972Z [00:02:36.913]➜  packagefile mime/multipart=/tmp/go-build2071284111/b191/_pkg_.a
2025-08-20T22:21:25.2158426Z [00:02:36.913]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.2158894Z [00:02:36.913]➜  packagefile net/http/httputil=/tmp/go-build2071284111/b264/_pkg_.a
2025-08-20T22:21:25.2159356Z [00:02:36.913]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.2159762Z [00:02:36.913]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:25.2160258Z [00:02:36.913]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.2160704Z [00:02:36.913]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:25.2161126Z [00:02:36.913]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:25.2161546Z [00:02:36.913]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:25.2161969Z [00:02:36.913]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.2162774Z [00:02:36.913]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.2163301Z [00:02:36.913]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:25.2163828Z [00:02:36.913]➜  EOF
2025-08-20T22:21:25.2170785Z [00:02:36.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_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/b265=>" -p github.com/reviewdog/go-bitbucket -lang=go1.14 -complete -installsuffix shared -buildid g2PKD88tWygBcwffZ57C/g2PKD88tWygBcwffZ57C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/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:21:25.3822955Z [00:02:37.080]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:21:25.3968526Z [00:02:37.095]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/3f/3f7acea00ab577d82d5ff971fd21d376ed701f681e6d5501179e995e7e235c96-d # internal
2025-08-20T22:21:25.3975812Z [00:02:37.096]➜  github.com/reviewdog/reviewdog/service/gerrit
2025-08-20T22:21:25.3996362Z [00:02:37.098]➜  mkdir -p $WORK/b266/
2025-08-20T22:21:25.3998214Z [00:02:37.098]➜  cat >/tmp/go-build2071284111/b266/importcfg << 'EOF' # internal
2025-08-20T22:21:25.3998967Z [00:02:37.098]➜  # import config
2025-08-20T22:21:25.4001785Z [00:02:37.098]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.4002222Z [00:02:37.098]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.4002735Z [00:02:37.098]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:25.4003731Z [00:02:37.098]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:25.4004446Z [00:02:37.098]➜  packagefile golang.org/x/build/gerrit=/tmp/go-build2071284111/b267/_pkg_.a
2025-08-20T22:21:25.4004936Z [00:02:37.098]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:25.4005393Z [00:02:37.098]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.4005858Z [00:02:37.098]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.4006280Z [00:02:37.098]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.4006586Z [00:02:37.098]➜  EOF
2025-08-20T22:21:25.4009066Z [00:02:37.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit=>github.com/reviewdog/reviewdog/service/gerrit;$WORK/b266=>" -p github.com/reviewdog/reviewdog/service/gerrit -lang=go1.23 -complete -installsuffix shared -buildid VqfloAbBRRnL1BAZPyP9/VqfloAbBRRnL1BAZPyP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_diff.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_review.go
2025-08-20T22:21:25.4926084Z [00:02:37.190]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:21:25.5006744Z [00:02:37.198]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/ae/ae8a8fd221dca321fa86877bad5e5586525de59a1f3f31c872a14a2612075c7b-d # internal
2025-08-20T22:21:25.5034646Z [00:02:37.201]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T22:21:25.5036086Z [00:02:37.202]➜  mkdir -p $WORK/b277/
2025-08-20T22:21:25.5062103Z [00:02:37.204]➜  cat >/tmp/go-build2071284111/b277/importcfg << 'EOF' # internal
2025-08-20T22:21:25.5076946Z [00:02:37.204]➜  # import config
2025-08-20T22:21:25.5078275Z [00:02:37.204]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:25.5078764Z [00:02:37.204]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.5079207Z [00:02:37.204]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:25.5079644Z [00:02:37.204]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.5080096Z [00:02:37.204]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.5080518Z [00:02:37.204]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:25.5081257Z [00:02:37.204]➜  EOF
2025-08-20T22:21:25.5101564Z [00:02:37.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b277=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid ctiQLuOGOS2YjWFaB3r9/ctiQLuOGOS2YjWFaB3r9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/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:21:25.5623948Z [00:02:37.260]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:21:25.5635074Z [00:02:37.261]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/bc/bc70156c47acabe88d41e0adda140e5ca8d485e8069f853e8515157d5e38678e-d # internal
2025-08-20T22:21:25.5636426Z [00:02:37.262]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T22:21:25.5637302Z [00:02:37.262]➜  mkdir -p $WORK/b278/
2025-08-20T22:21:25.5641921Z [00:02:37.262]➜  cat >/tmp/go-build2071284111/b278/importcfg << 'EOF' # internal
2025-08-20T22:21:25.5642287Z [00:02:37.262]➜  # import config
2025-08-20T22:21:25.5642628Z [00:02:37.262]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:25.5643059Z [00:02:37.262]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.5643630Z [00:02:37.262]➜  packagefile crypto/tls=/tmp/go-build2071284111/b169/_pkg_.a
2025-08-20T22:21:25.5644153Z [00:02:37.262]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:25.5644570Z [00:02:37.262]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.5645085Z [00:02:37.262]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2071284111/b277/_pkg_.a
2025-08-20T22:21:25.5645579Z [00:02:37.262]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:25.5645994Z [00:02:37.262]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:25.5646398Z [00:02:37.262]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:25.5646823Z [00:02:37.262]➜  packagefile math/rand=/tmp/go-build2071284111/b110/_pkg_.a
2025-08-20T22:21:25.5647258Z [00:02:37.262]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.5647686Z [00:02:37.262]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.5648097Z [00:02:37.262]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:25.5648847Z [00:02:37.262]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:25.5649349Z [00:02:37.262]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:25.5649773Z [00:02:37.262]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.5650192Z [00:02:37.262]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.5650857Z [00:02:37.262]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.5651171Z [00:02:37.262]➜  EOF
2025-08-20T22:21:25.5658041Z [00:02:37.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b278=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid 35SxKOBJuU4C2TXSp1Ed/35SxKOBJuU4C2TXSp1Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/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:21:25.5680921Z [00:02:37.266]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:21:25.5774863Z [00:02:37.275]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:21:25.5801072Z [00:02:37.278]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/ad/add3a7b8121e192ab595843cd5043f9085e6eb318af3c5e58d12aa8094467394-d # internal
2025-08-20T22:21:25.5803005Z [00:02:37.278]➜  github.com/reviewdog/reviewdog/service/gitea
2025-08-20T22:21:25.5803984Z [00:02:37.278]➜  mkdir -p $WORK/b269/
2025-08-20T22:21:25.5804423Z [00:02:37.278]➜  cat >/tmp/go-build2071284111/b269/importcfg << 'EOF' # internal
2025-08-20T22:21:25.5804779Z [00:02:37.278]➜  # import config
2025-08-20T22:21:25.5805208Z [00:02:37.278]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build2071284111/b002/_pkg_.a
2025-08-20T22:21:25.5805698Z [00:02:37.278]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.5806116Z [00:02:37.278]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.5806650Z [00:02:37.278]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:25.5807326Z [00:02:37.278]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build2071284111/b270/_pkg_.a
2025-08-20T22:21:25.5808088Z [00:02:37.278]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:25.5808690Z [00:02:37.278]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.5809131Z [00:02:37.278]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.5809438Z [00:02:37.278]➜  EOF
2025-08-20T22:21:25.5811779Z [00:02:37.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitea=>github.com/reviewdog/reviewdog/service/gitea;$WORK/b269=>" -p github.com/reviewdog/reviewdog/service/gitea -lang=go1.23 -complete -installsuffix shared -buildid HM2ZzFwoaEvbquyeSJYz/HM2ZzFwoaEvbquyeSJYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitea/gitea.go
2025-08-20T22:21:25.5821575Z [00:02:37.280]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/3f/3fac000b60a9195042d9f12c727f5ebc664332b52a2150ccac2ba02f9725064b-d # internal
2025-08-20T22:21:25.5824102Z [00:02:37.281]➜  github.com/reviewdog/reviewdog/service/bitbucket
2025-08-20T22:21:25.5826261Z [00:02:37.281]➜  mkdir -p $WORK/b259/
2025-08-20T22:21:25.5827109Z [00:02:37.281]➜  cat >/tmp/go-build2071284111/b259/importcfg << 'EOF' # internal
2025-08-20T22:21:25.5827854Z [00:02:37.281]➜  # import config
2025-08-20T22:21:25.5828738Z [00:02:37.281]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.5829272Z [00:02:37.281]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:25.5829730Z [00:02:37.281]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.5830280Z [00:02:37.281]➜  packagefile github.com/reva2/bitbucket-insights-api=/tmp/go-build2071284111/b260/_pkg_.a
2025-08-20T22:21:25.5830940Z [00:02:37.281]➜  packagefile github.com/reviewdog/go-bitbucket=/tmp/go-build2071284111/b265/_pkg_.a
2025-08-20T22:21:25.5832016Z [00:02:37.281]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:25.5832654Z [00:02:37.281]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:25.5833290Z [00:02:37.281]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:25.5839795Z [00:02:37.281]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:25.5840252Z [00:02:37.281]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.5840711Z [00:02:37.281]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.5841171Z [00:02:37.281]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.5841623Z [00:02:37.281]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.5842041Z [00:02:37.281]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.5842463Z [00:02:37.281]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.5842769Z [00:02:37.281]➜  EOF
2025-08-20T22:21:25.5849891Z [00:02:37.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket=>github.com/reviewdog/reviewdog/service/bitbucket;$WORK/b259=>" -p github.com/reviewdog/reviewdog/service/bitbucket -lang=go1.23 -complete -installsuffix shared -buildid 6u84p5E3oxZPOR59Gus_/6u84p5E3oxZPOR59Gus_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/annotator.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/api_client.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_client.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_context.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_helper.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/consts.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/helpers.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_client.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_context.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_helper.go
2025-08-20T22:21:25.6543397Z [00:02:37.352]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:21:25.6558294Z [00:02:37.354]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/86/8689b8dc3d89af38659e191e0ff6bd9c81f199cbecda6a1d567cabc2fcdca90f-d # internal
2025-08-20T22:21:25.6635116Z [00:02:37.360]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:21:25.6636728Z [00:02:37.362]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/48/48403e4f3a31420a4a8b77ba422f8700079c44141d7423d0bb1777ddad7aeea4-d # internal
2025-08-20T22:21:25.6668016Z [00:02:37.365]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:21:25.6687108Z [00:02:37.367]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/5a/5a8d5b788a238d58be7f2344bfba13fa9fecda1b7e5a012b78b941251487a055-d # internal
2025-08-20T22:21:25.7077197Z [00:02:37.406]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T22:21:25.7077582Z [00:02:37.406]➜  mkdir -p $WORK/b276/
2025-08-20T22:21:25.7083660Z [00:02:37.406]➜  cat >/tmp/go-build2071284111/b276/importcfg << 'EOF' # internal
2025-08-20T22:21:25.7084086Z [00:02:37.406]➜  # import config
2025-08-20T22:21:25.7084954Z [00:02:37.406]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:25.7085445Z [00:02:37.406]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:25.7085956Z [00:02:37.406]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:25.7086408Z [00:02:37.406]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:25.7086829Z [00:02:37.406]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:25.7087363Z [00:02:37.406]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2071284111/b206/_pkg_.a
2025-08-20T22:21:25.7087988Z [00:02:37.406]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2071284111/b277/_pkg_.a
2025-08-20T22:21:25.7089155Z [00:02:37.406]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2071284111/b278/_pkg_.a
2025-08-20T22:21:25.7101158Z [00:02:37.406]➜  packagefile golang.org/x/oauth2=/tmp/go-build2071284111/b261/_pkg_.a
2025-08-20T22:21:25.7103836Z [00:02:37.406]➜  packagefile golang.org/x/time/rate=/tmp/go-build2071284111/b279/_pkg_.a
2025-08-20T22:21:25.7105548Z [00:02:37.406]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:25.7107334Z [00:02:37.406]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:25.7109048Z [00:02:37.406]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:25.7110823Z [00:02:37.406]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:25.7145519Z [00:02:37.406]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:25.7148187Z [00:02:37.406]➜  packagefile math/rand=/tmp/go-build2071284111/b110/_pkg_.a
2025-08-20T22:21:25.7149985Z [00:02:37.406]➜  packagefile mime/multipart=/tmp/go-build2071284111/b191/_pkg_.a
2025-08-20T22:21:25.7150539Z [00:02:37.406]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:25.7151066Z [00:02:37.406]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:25.7151566Z [00:02:37.406]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:25.7151985Z [00:02:37.406]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:25.7152445Z [00:02:37.406]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:25.7152895Z [00:02:37.406]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:25.7153320Z [00:02:37.406]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:25.7153995Z [00:02:37.406]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:25.7154424Z [00:02:37.406]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:25.7154872Z [00:02:37.406]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:25.7155290Z [00:02:37.406]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:25.7155698Z [00:02:37.406]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:25.7156006Z [00:02:37.406]➜  EOF
2025-08-20T22:21:25.7204586Z [00:02:37.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_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/b276=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid 1YlTYtix2ovB0C5x3ibh/1YlTYtix2ovB0C5x3ibh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/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:21:27.2227922Z [00:02:38.921]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:21:27.2704283Z [00:02:38.968]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/78/788cb0498f995b7bb84d0e7bcd4f2e13b015303987800b2b7e5767179c657265-d # internal
2025-08-20T22:21:27.2714557Z [00:02:38.969]➜  github.com/reviewdog/reviewdog/service/github
2025-08-20T22:21:27.2715016Z [00:02:38.970]➜  mkdir -p $WORK/b271/
2025-08-20T22:21:27.2742633Z [00:02:38.972]➜  cat >/tmp/go-build2071284111/b271/importcfg << 'EOF' # internal
2025-08-20T22:21:27.2743430Z [00:02:38.972]➜  # import config
2025-08-20T22:21:27.2744565Z [00:02:38.972]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:27.2745503Z [00:02:38.972]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:27.2745969Z [00:02:38.972]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:27.2746389Z [00:02:38.972]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:27.2746919Z [00:02:38.972]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build2071284111/b205/_pkg_.a
2025-08-20T22:21:27.2747544Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:27.2748163Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog/cienv=/tmp/go-build2071284111/b252/_pkg_.a
2025-08-20T22:21:27.2748804Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build2071284111/b213/_pkg_.a
2025-08-20T22:21:27.2749470Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build2071284111/b214/_pkg_.a
2025-08-20T22:21:27.2750182Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog/proto/metacomment=/tmp/go-build2071284111/b272/_pkg_.a
2025-08-20T22:21:27.2750877Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:27.2751582Z [00:02:38.972]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build2071284111/b270/_pkg_.a
2025-08-20T22:21:27.2752357Z [00:02:38.973]➜  packagefile github.com/reviewdog/reviewdog/service/github/githubutils=/tmp/go-build2071284111/b273/_pkg_.a
2025-08-20T22:21:27.2753138Z [00:02:38.973]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:27.2754041Z [00:02:38.973]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:27.2754555Z [00:02:38.973]➜  packagefile hash/fnv=/tmp/go-build2071284111/b220/_pkg_.a
2025-08-20T22:21:27.2754975Z [00:02:38.973]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:27.2755407Z [00:02:38.973]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:27.2755822Z [00:02:38.973]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:27.2756241Z [00:02:38.973]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:27.2758094Z [00:02:38.974]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:27.2758570Z [00:02:38.974]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:27.2759226Z [00:02:38.974]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:27.2759687Z [00:02:38.974]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:27.2759996Z [00:02:38.974]➜  EOF
2025-08-20T22:21:27.2762480Z [00:02:38.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github=>github.com/reviewdog/reviewdog/service/github;$WORK/b271=>" -p github.com/reviewdog/reviewdog/service/github -lang=go1.23 -complete -installsuffix shared -buildid H7DYXfOd0Dsw75WhIN0Z/H7DYXfOd0Dsw75WhIN0Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/check.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/diff.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/github.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/log.go
2025-08-20T22:21:27.4155597Z [00:02:39.114]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:21:27.4195877Z [00:02:39.118]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/16/1604abecf273939745e760c157024db83c7fd8c880b3fcd8aa5ec8621a9d857f-d # internal
2025-08-20T22:21:27.4452672Z [00:02:39.143]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:21:27.4850941Z [00:02:39.183]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/ce/ce3f3055538f1af76b5bdf3bbb4988a5c885d42081e737ffd60bd765a7e98e77-d # internal
2025-08-20T22:21:27.4851622Z [00:02:39.183]➜  github.com/reviewdog/reviewdog/service/gitlab
2025-08-20T22:21:27.4852389Z [00:02:39.183]➜  mkdir -p $WORK/b275/
2025-08-20T22:21:27.4854344Z [00:02:39.184]➜  cat >/tmp/go-build2071284111/b275/importcfg << 'EOF' # internal
2025-08-20T22:21:27.4854738Z [00:02:39.184]➜  # import config
2025-08-20T22:21:27.4855090Z [00:02:39.184]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:27.4855515Z [00:02:39.184]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:27.4856015Z [00:02:39.184]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:27.4856676Z [00:02:39.184]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:27.4857387Z [00:02:39.184]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build2071284111/b270/_pkg_.a
2025-08-20T22:21:27.4858131Z [00:02:39.184]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:27.4858818Z [00:02:39.184]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build2071284111/b276/_pkg_.a
2025-08-20T22:21:27.4859410Z [00:02:39.184]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2071284111/b257/_pkg_.a
2025-08-20T22:21:27.4859886Z [00:02:39.184]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:27.4860314Z [00:02:39.184]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:27.4860775Z [00:02:39.184]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:27.4861236Z [00:02:39.184]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:27.4861661Z [00:02:39.184]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:27.4862080Z [00:02:39.184]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:27.4862388Z [00:02:39.184]➜  EOF
2025-08-20T22:21:27.4864937Z [00:02:39.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab=>github.com/reviewdog/reviewdog/service/gitlab;$WORK/b275=>" -p github.com/reviewdog/reviewdog/service/gitlab -lang=go1.23 -complete -installsuffix shared -buildid k4o_UPf9VzVM03h9Ep1D/k4o_UPf9VzVM03h9Ep1D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_commit.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_diff.go /tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_discussion.go
2025-08-20T22:21:27.5653058Z [00:02:39.263]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:21:27.5682024Z [00:02:39.266]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/ff/ff6f8bc48ef3c6f312956512284b19d9bd7942283f52126bc4585e0fda1bf77f-d # internal
2025-08-20T22:21:27.5683201Z [00:02:39.266]➜  github.com/reviewdog/reviewdog/cmd/reviewdog
2025-08-20T22:21:27.5684381Z [00:02:39.266]➜  mkdir -p $WORK/b001/
2025-08-20T22:21:27.5687156Z [00:02:39.267]➜  cat >/tmp/go-build2071284111/b001/importcfg << 'EOF' # internal
2025-08-20T22:21:27.5687612Z [00:02:39.267]➜  # import config
2025-08-20T22:21:27.5688031Z [00:02:39.267]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build2071284111/b002/_pkg_.a
2025-08-20T22:21:27.5688524Z [00:02:39.267]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:27.5688969Z [00:02:39.267]➜  packagefile crypto/tls=/tmp/go-build2071284111/b169/_pkg_.a
2025-08-20T22:21:27.5689408Z [00:02:39.267]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:27.5689838Z [00:02:39.267]➜  packagefile flag=/tmp/go-build2071284111/b204/_pkg_.a
2025-08-20T22:21:27.5690252Z [00:02:39.267]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:27.5690781Z [00:02:39.267]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build2071284111/b205/_pkg_.a
2025-08-20T22:21:27.5691399Z [00:02:39.267]➜  packagefile github.com/mattn/go-shellwords=/tmp/go-build2071284111/b207/_pkg_.a
2025-08-20T22:21:27.5692430Z [00:02:39.267]➜  packagefile github.com/reviewdog/errorformat/fmts=/tmp/go-build2071284111/b209/_pkg_.a
2025-08-20T22:21:27.5693045Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:27.5693877Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/cienv=/tmp/go-build2071284111/b252/_pkg_.a
2025-08-20T22:21:27.5694569Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/commands=/tmp/go-build2071284111/b253/_pkg_.a
2025-08-20T22:21:27.5695234Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/doghouse=/tmp/go-build2071284111/b254/_pkg_.a
2025-08-20T22:21:27.5695921Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/doghouse/client=/tmp/go-build2071284111/b255/_pkg_.a
2025-08-20T22:21:27.5696591Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build2071284111/b213/_pkg_.a
2025-08-20T22:21:27.5697223Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build2071284111/b247/_pkg_.a
2025-08-20T22:21:27.5697876Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build2071284111/b214/_pkg_.a
2025-08-20T22:21:27.5698530Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/project=/tmp/go-build2071284111/b256/_pkg_.a
2025-08-20T22:21:27.5699183Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:27.5699880Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/service/bitbucket=/tmp/go-build2071284111/b259/_pkg_.a
2025-08-20T22:21:27.5700599Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/service/gerrit=/tmp/go-build2071284111/b266/_pkg_.a
2025-08-20T22:21:27.5701298Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/service/gitea=/tmp/go-build2071284111/b269/_pkg_.a
2025-08-20T22:21:27.5701992Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/service/github=/tmp/go-build2071284111/b271/_pkg_.a
2025-08-20T22:21:27.5702701Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/service/gitlab=/tmp/go-build2071284111/b275/_pkg_.a
2025-08-20T22:21:27.5703423Z [00:02:39.267]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:27.5704304Z [00:02:39.267]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build2071284111/b276/_pkg_.a
2025-08-20T22:21:27.5704894Z [00:02:39.267]➜  packagefile golang.org/x/build/gerrit=/tmp/go-build2071284111/b267/_pkg_.a
2025-08-20T22:21:27.5705683Z [00:02:39.267]➜  packagefile golang.org/x/oauth2=/tmp/go-build2071284111/b261/_pkg_.a
2025-08-20T22:21:27.5706281Z [00:02:39.267]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2071284111/b257/_pkg_.a
2025-08-20T22:21:27.5706753Z [00:02:39.267]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:27.5707179Z [00:02:39.267]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:27.5707600Z [00:02:39.267]➜  packagefile log/slog=/tmp/go-build2071284111/b280/_pkg_.a
2025-08-20T22:21:27.5708048Z [00:02:39.267]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:27.5708476Z [00:02:39.267]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:27.5708883Z [00:02:39.267]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:27.5709291Z [00:02:39.267]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:27.5709707Z [00:02:39.267]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:27.5710131Z [00:02:39.267]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:27.5710583Z [00:02:39.267]➜  packagefile text/tabwriter=/tmp/go-build2071284111/b283/_pkg_.a
2025-08-20T22:21:27.5711032Z [00:02:39.267]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:27.5711473Z [00:02:39.267]➜  packagefile runtime/cgo=/tmp/go-build2071284111/b152/_pkg_.a
2025-08-20T22:21:27.5711809Z [00:02:39.267]➜  EOF
2025-08-20T22:21:27.5714171Z [00:02:39.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog=>github.com/reviewdog/reviewdog/cmd/reviewdog;$WORK/b001=>" -p main -lang=go1.23 -complete -installsuffix shared -buildid CTbMXeSEbud6fxJ_4ppS/CTbMXeSEbud6fxJ_4ppS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./doghouse.go ./main.go
2025-08-20T22:21:27.7377024Z [00:02:39.436]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:21:27.7404371Z [00:02:39.438]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/a2/a2a36466c35cc2d9c53c532c3032a012c7cc572de9eeb7a0774a1f3578538b40-d # internal
2025-08-20T22:21:27.7438120Z [00:02:39.441]➜  cat >/tmp/go-build2071284111/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:21:27.7443622Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/cmd/reviewdog=/tmp/go-build2071284111/b001/_pkg_.a
2025-08-20T22:21:27.7444826Z [00:02:39.441]➜  packagefile code.gitea.io/sdk/gitea=/tmp/go-build2071284111/b002/_pkg_.a
2025-08-20T22:21:27.7445412Z [00:02:39.441]➜  packagefile context=/tmp/go-build2071284111/b043/_pkg_.a
2025-08-20T22:21:27.7445879Z [00:02:39.441]➜  packagefile crypto/tls=/tmp/go-build2071284111/b169/_pkg_.a
2025-08-20T22:21:27.7446333Z [00:02:39.441]➜  packagefile errors=/tmp/go-build2071284111/b004/_pkg_.a
2025-08-20T22:21:27.7446752Z [00:02:39.441]➜  packagefile flag=/tmp/go-build2071284111/b204/_pkg_.a
2025-08-20T22:21:27.7447164Z [00:02:39.441]➜  packagefile fmt=/tmp/go-build2071284111/b095/_pkg_.a
2025-08-20T22:21:27.7447709Z [00:02:39.441]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build2071284111/b205/_pkg_.a
2025-08-20T22:21:27.7448317Z [00:02:39.441]➜  packagefile github.com/mattn/go-shellwords=/tmp/go-build2071284111/b207/_pkg_.a
2025-08-20T22:21:27.7448932Z [00:02:39.441]➜  packagefile github.com/reviewdog/errorformat/fmts=/tmp/go-build2071284111/b209/_pkg_.a
2025-08-20T22:21:27.7449541Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog=/tmp/go-build2071284111/b210/_pkg_.a
2025-08-20T22:21:27.7450173Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/cienv=/tmp/go-build2071284111/b252/_pkg_.a
2025-08-20T22:21:27.7450818Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/commands=/tmp/go-build2071284111/b253/_pkg_.a
2025-08-20T22:21:27.7451468Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/doghouse=/tmp/go-build2071284111/b254/_pkg_.a
2025-08-20T22:21:27.7452157Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/doghouse/client=/tmp/go-build2071284111/b255/_pkg_.a
2025-08-20T22:21:27.7453235Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/filter=/tmp/go-build2071284111/b213/_pkg_.a
2025-08-20T22:21:27.7454222Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/parser=/tmp/go-build2071284111/b247/_pkg_.a
2025-08-20T22:21:27.7454873Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/pathutil=/tmp/go-build2071284111/b214/_pkg_.a
2025-08-20T22:21:27.7455518Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/project=/tmp/go-build2071284111/b256/_pkg_.a
2025-08-20T22:21:27.7456181Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/proto/rdf=/tmp/go-build2071284111/b215/_pkg_.a
2025-08-20T22:21:27.7456877Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/bitbucket=/tmp/go-build2071284111/b259/_pkg_.a
2025-08-20T22:21:27.7457588Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/gerrit=/tmp/go-build2071284111/b266/_pkg_.a
2025-08-20T22:21:27.7458289Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/gitea=/tmp/go-build2071284111/b269/_pkg_.a
2025-08-20T22:21:27.7458985Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/github=/tmp/go-build2071284111/b271/_pkg_.a
2025-08-20T22:21:27.7459681Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/gitlab=/tmp/go-build2071284111/b275/_pkg_.a
2025-08-20T22:21:27.7460407Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/serviceutil=/tmp/go-build2071284111/b246/_pkg_.a
2025-08-20T22:21:27.7461391Z [00:02:39.441]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build2071284111/b276/_pkg_.a
2025-08-20T22:21:27.7461973Z [00:02:39.441]➜  packagefile golang.org/x/build/gerrit=/tmp/go-build2071284111/b267/_pkg_.a
2025-08-20T22:21:27.7462513Z [00:02:39.441]➜  packagefile golang.org/x/oauth2=/tmp/go-build2071284111/b261/_pkg_.a
2025-08-20T22:21:27.7463048Z [00:02:39.441]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build2071284111/b257/_pkg_.a
2025-08-20T22:21:27.7463693Z [00:02:39.441]➜  packagefile io=/tmp/go-build2071284111/b034/_pkg_.a
2025-08-20T22:21:27.7464200Z [00:02:39.441]➜  packagefile log=/tmp/go-build2071284111/b161/_pkg_.a
2025-08-20T22:21:27.7473056Z [00:02:39.441]➜  packagefile log/slog=/tmp/go-build2071284111/b280/_pkg_.a
2025-08-20T22:21:27.7474463Z [00:02:39.441]➜  packagefile net/http=/tmp/go-build2071284111/b164/_pkg_.a
2025-08-20T22:21:27.7474921Z [00:02:39.441]➜  packagefile net/url=/tmp/go-build2071284111/b153/_pkg_.a
2025-08-20T22:21:27.7475359Z [00:02:39.441]➜  packagefile os=/tmp/go-build2071284111/b078/_pkg_.a
2025-08-20T22:21:27.7475772Z [00:02:39.441]➜  packagefile os/exec=/tmp/go-build2071284111/b208/_pkg_.a
2025-08-20T22:21:27.7476187Z [00:02:39.441]➜  packagefile sort=/tmp/go-build2071284111/b163/_pkg_.a
2025-08-20T22:21:27.7476609Z [00:02:39.441]➜  packagefile strings=/tmp/go-build2071284111/b062/_pkg_.a
2025-08-20T22:21:27.7477061Z [00:02:39.441]➜  packagefile text/tabwriter=/tmp/go-build2071284111/b283/_pkg_.a
2025-08-20T22:21:27.7477526Z [00:02:39.441]➜  packagefile runtime=/tmp/go-build2071284111/b010/_pkg_.a
2025-08-20T22:21:27.7477969Z [00:02:39.441]➜  packagefile runtime/cgo=/tmp/go-build2071284111/b152/_pkg_.a
2025-08-20T22:21:27.7478469Z [00:02:39.441]➜  packagefile bytes=/tmp/go-build2071284111/b003/_pkg_.a
2025-08-20T22:21:27.7478888Z [00:02:39.441]➜  packagefile crypto=/tmp/go-build2071284111/b052/_pkg_.a
2025-08-20T22:21:27.7479322Z [00:02:39.441]➜  packagefile crypto/hmac=/tmp/go-build2071284111/b056/_pkg_.a
2025-08-20T22:21:27.7479796Z [00:02:39.441]➜  packagefile crypto/sha256=/tmp/go-build2071284111/b092/_pkg_.a
2025-08-20T22:21:27.7480266Z [00:02:39.441]➜  packagefile encoding/base64=/tmp/go-build2071284111/b093/_pkg_.a
2025-08-20T22:21:27.7480737Z [00:02:39.441]➜  packagefile encoding/hex=/tmp/go-build2071284111/b094/_pkg_.a
2025-08-20T22:21:27.7481203Z [00:02:39.441]➜  packagefile encoding/json=/tmp/go-build2071284111/b098/_pkg_.a
2025-08-20T22:21:27.7481713Z [00:02:39.441]➜  packagefile github.com/42wim/httpsig=/tmp/go-build2071284111/b101/_pkg_.a
2025-08-20T22:21:27.7482585Z [00:02:39.441]➜  packagefile github.com/go-fed/httpsig=/tmp/go-build2071284111/b197/_pkg_.a
2025-08-20T22:21:27.7483252Z [00:02:39.441]➜  packagefile github.com/hashicorp/go-version=/tmp/go-build2071284111/b199/_pkg_.a
2025-08-20T22:21:27.7484122Z [00:02:39.441]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build2071284111/b132/_pkg_.a
2025-08-20T22:21:27.7484695Z [00:02:39.441]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build2071284111/b203/_pkg_.a
2025-08-20T22:21:27.7485229Z [00:02:39.441]➜  packagefile mime/multipart=/tmp/go-build2071284111/b191/_pkg_.a
2025-08-20T22:21:27.7485662Z [00:02:39.441]➜  packagefile net=/tmp/go-build2071284111/b146/_pkg_.a
2025-08-20T22:21:27.7486076Z [00:02:39.441]➜  packagefile reflect=/tmp/go-build2071284111/b097/_pkg_.a
2025-08-20T22:21:27.7486498Z [00:02:39.441]➜  packagefile regexp=/tmp/go-build2071284111/b201/_pkg_.a
2025-08-20T22:21:27.7486921Z [00:02:39.441]➜  packagefile strconv=/tmp/go-build2071284111/b054/_pkg_.a
2025-08-20T22:21:27.7487348Z [00:02:39.441]➜  packagefile sync=/tmp/go-build2071284111/b035/_pkg_.a
2025-08-20T22:21:27.7487752Z [00:02:39.441]➜  packagefile time=/tmp/go-build2071284111/b044/_pkg_.a
2025-08-20T22:21:27.7488214Z [00:02:39.441]➜  packagefile internal/reflectlite=/tmp/go-build2071284111/b005/_pkg_.a
2025-08-20T22:21:27.7488699Z [00:02:39.441]➜  packagefile sync/atomic=/tmp/go-build2071284111/b037/_pkg_.a
2025-08-20T22:21:27.7489449Z [00:02:39.441]➜  packagefile container/list=/tmp/go-build2071284111/b168/_pkg_.a
2025-08-20T22:21:27.7489929Z [00:02:39.441]➜  packagefile crypto/aes=/tmp/go-build2071284111/b134/_pkg_.a
2025-08-20T22:21:27.7490394Z [00:02:39.441]➜  packagefile crypto/cipher=/tmp/go-build2071284111/b058/_pkg_.a
2025-08-20T22:21:27.7490847Z [00:02:39.441]➜  packagefile crypto/des=/tmp/go-build2071284111/b135/_pkg_.a
2025-08-20T22:21:27.7491300Z [00:02:39.441]➜  packagefile crypto/ecdh=/tmp/go-build2071284111/b103/_pkg_.a
2025-08-20T22:21:27.7491763Z [00:02:39.441]➜  packagefile crypto/ecdsa=/tmp/go-build2071284111/b102/_pkg_.a
2025-08-20T22:21:27.7492227Z [00:02:39.441]➜  packagefile crypto/ed25519=/tmp/go-build2071284111/b127/_pkg_.a
2025-08-20T22:21:27.7492700Z [00:02:39.441]➜  packagefile crypto/elliptic=/tmp/go-build2071284111/b108/_pkg_.a
2025-08-20T22:21:27.7493168Z [00:02:39.441]➜  packagefile crypto/hkdf=/tmp/go-build2071284111/b170/_pkg_.a
2025-08-20T22:21:27.7493865Z [00:02:39.441]➜  packagefile crypto/internal/boring=/tmp/go-build2071284111/b057/_pkg_.a
2025-08-20T22:21:27.7494491Z [00:02:39.441]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build2071284111/b059/_pkg_.a
2025-08-20T22:21:27.7495078Z [00:02:39.441]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build2071284111/b073/_pkg_.a
2025-08-20T22:21:27.7495677Z [00:02:39.441]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build2071284111/b139/_pkg_.a
2025-08-20T22:21:27.7496255Z [00:02:39.441]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build2071284111/b172/_pkg_.a
2025-08-20T22:21:27.7496832Z [00:02:39.441]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build2071284111/b173/_pkg_.a
2025-08-20T22:21:27.7497373Z [00:02:39.441]➜  packagefile crypto/internal/hpke=/tmp/go-build2071284111/b174/_pkg_.a
2025-08-20T22:21:27.7497859Z [00:02:39.441]➜  packagefile crypto/md5=/tmp/go-build2071284111/b137/_pkg_.a
2025-08-20T22:21:27.7498308Z [00:02:39.441]➜  packagefile crypto/rand=/tmp/go-build2071284111/b120/_pkg_.a
2025-08-20T22:21:27.7498767Z [00:02:39.441]➜  packagefile crypto/rc4=/tmp/go-build2071284111/b140/_pkg_.a
2025-08-20T22:21:27.7499216Z [00:02:39.441]➜  packagefile crypto/rsa=/tmp/go-build2071284111/b121/_pkg_.a
2025-08-20T22:21:27.7499671Z [00:02:39.441]➜  packagefile crypto/sha1=/tmp/go-build2071284111/b141/_pkg_.a
2025-08-20T22:21:27.7500136Z [00:02:39.441]➜  packagefile crypto/sha512=/tmp/go-build2071284111/b116/_pkg_.a
2025-08-20T22:21:27.7500599Z [00:02:39.441]➜  packagefile crypto/subtle=/tmp/go-build2071284111/b088/_pkg_.a
2025-08-20T22:21:27.7501413Z [00:02:39.441]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build2071284111/b179/_pkg_.a
2025-08-20T22:21:27.7502000Z [00:02:39.441]➜  packagefile crypto/x509=/tmp/go-build2071284111/b142/_pkg_.a
2025-08-20T22:21:27.7502461Z [00:02:39.441]➜  packagefile encoding/pem=/tmp/go-build2071284111/b144/_pkg_.a
2025-08-20T22:21:27.7503044Z [00:02:39.441]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build2071284111/b175/_pkg_.a
2025-08-20T22:21:27.7503879Z [00:02:39.441]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build2071284111/b117/_pkg_.a
2025-08-20T22:21:27.7504455Z [00:02:39.441]➜  packagefile hash=/tmp/go-build2071284111/b053/_pkg_.a
2025-08-20T22:21:27.7504913Z [00:02:39.441]➜  packagefile internal/byteorder=/tmp/go-build2071284111/b013/_pkg_.a
2025-08-20T22:21:27.7505397Z [00:02:39.441]➜  packagefile internal/cpu=/tmp/go-build2071284111/b012/_pkg_.a
2025-08-20T22:21:27.7505871Z [00:02:39.441]➜  packagefile internal/godebug=/tmp/go-build2071284111/b045/_pkg_.a
2025-08-20T22:21:27.7506331Z [00:02:39.441]➜  packagefile slices=/tmp/go-build2071284111/b050/_pkg_.a
2025-08-20T22:21:27.7506743Z [00:02:39.441]➜  packagefile weak=/tmp/go-build2071284111/b115/_pkg_.a
2025-08-20T22:21:27.7507162Z [00:02:39.441]➜  packagefile encoding=/tmp/go-build2071284111/b099/_pkg_.a
2025-08-20T22:21:27.7507629Z [00:02:39.441]➜  packagefile internal/fmtsort=/tmp/go-build2071284111/b096/_pkg_.a
2025-08-20T22:21:27.7508079Z [00:02:39.441]➜  packagefile math=/tmp/go-build2071284111/b055/_pkg_.a
2025-08-20T22:21:27.7508806Z [00:02:39.441]➜  packagefile unicode/utf8=/tmp/go-build2071284111/b042/_pkg_.a
2025-08-20T22:21:27.7509360Z [00:02:39.441]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build2071284111/b206/_pkg_.a
2025-08-20T22:21:27.7509872Z [00:02:39.441]➜  packagefile mime=/tmp/go-build2071284111/b190/_pkg_.a
2025-08-20T22:21:27.7510279Z [00:02:39.441]➜  packagefile path=/tmp/go-build2071284111/b081/_pkg_.a
2025-08-20T22:21:27.7510720Z [00:02:39.441]➜  packagefile path/filepath=/tmp/go-build2071284111/b154/_pkg_.a
2025-08-20T22:21:27.7511174Z [00:02:39.441]➜  packagefile unicode=/tmp/go-build2071284111/b041/_pkg_.a
2025-08-20T22:21:27.7511702Z [00:02:39.441]➜  packagefile github.com/haya14busa/go-sarif/sarif=/tmp/go-build2071284111/b211/_pkg_.a
2025-08-20T22:21:27.7512319Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/diff=/tmp/go-build2071284111/b212/_pkg_.a
2025-08-20T22:21:27.7512987Z [00:02:39.441]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build2071284111/b250/_pkg_.a
2025-08-20T22:21:27.7513795Z [00:02:39.441]➜  packagefile bufio=/tmp/go-build2071284111/b133/_pkg_.a
2025-08-20T22:21:27.7514311Z [00:02:39.441]➜  packagefile encoding/xml=/tmp/go-build2071284111/b248/_pkg_.a
2025-08-20T22:21:27.7514851Z [00:02:39.441]➜  packagefile github.com/reviewdog/errorformat=/tmp/go-build2071284111/b249/_pkg_.a
2025-08-20T22:21:27.7515397Z [00:02:39.441]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build2071284111/b258/_pkg_.a
2025-08-20T22:21:27.7516020Z [00:02:39.441]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build2071284111/b216/_pkg_.a
2025-08-20T22:21:27.7516720Z [00:02:39.441]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build2071284111/b222/_pkg_.a
2025-08-20T22:21:27.7517395Z [00:02:39.441]➜  packagefile github.com/reva2/bitbucket-insights-api=/tmp/go-build2071284111/b260/_pkg_.a
2025-08-20T22:21:27.7518025Z [00:02:39.441]➜  packagefile github.com/reviewdog/go-bitbucket=/tmp/go-build2071284111/b265/_pkg_.a
2025-08-20T22:21:27.7518631Z [00:02:39.441]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build2071284111/b235/_pkg_.a
2025-08-20T22:21:27.7519305Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/commentutil=/tmp/go-build2071284111/b270/_pkg_.a
2025-08-20T22:21:27.7520040Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/proto/metacomment=/tmp/go-build2071284111/b272/_pkg_.a
2025-08-20T22:21:27.7521108Z [00:02:39.441]➜  packagefile github.com/reviewdog/reviewdog/service/github/githubutils=/tmp/go-build2071284111/b273/_pkg_.a
2025-08-20T22:21:27.7521782Z [00:02:39.441]➜  packagefile hash/fnv=/tmp/go-build2071284111/b220/_pkg_.a
2025-08-20T22:21:27.7522312Z [00:02:39.441]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build2071284111/b277/_pkg_.a
2025-08-20T22:21:27.7522930Z [00:02:39.441]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build2071284111/b278/_pkg_.a
2025-08-20T22:21:27.7523641Z [00:02:39.441]➜  packagefile golang.org/x/time/rate=/tmp/go-build2071284111/b279/_pkg_.a
2025-08-20T22:21:27.7524188Z [00:02:39.441]➜  packagefile iter=/tmp/go-build2071284111/b039/_pkg_.a
2025-08-20T22:21:27.7524597Z [00:02:39.441]➜  packagefile maps=/tmp/go-build2071284111/b145/_pkg_.a
2025-08-20T22:21:27.7525016Z [00:02:39.441]➜  packagefile math/big=/tmp/go-build2071284111/b109/_pkg_.a
2025-08-20T22:21:27.7525449Z [00:02:39.441]➜  packagefile math/rand=/tmp/go-build2071284111/b110/_pkg_.a
2025-08-20T22:21:27.7525916Z [00:02:39.441]➜  packagefile net/http/cookiejar=/tmp/go-build2071284111/b268/_pkg_.a
2025-08-20T22:21:27.7526461Z [00:02:39.441]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build2071284111/b262/_pkg_.a
2025-08-20T22:21:27.7526972Z [00:02:39.441]➜  packagefile log/internal=/tmp/go-build2071284111/b162/_pkg_.a
2025-08-20T22:21:27.7527450Z [00:02:39.442]➜  packagefile log/slog/internal=/tmp/go-build2071284111/b281/_pkg_.a
2025-08-20T22:21:27.7527969Z [00:02:39.442]➜  packagefile log/slog/internal/buffer=/tmp/go-build2071284111/b282/_pkg_.a
2025-08-20T22:21:27.7528789Z [00:02:39.442]➜  packagefile compress/gzip=/tmp/go-build2071284111/b165/_pkg_.a
2025-08-20T22:21:27.7529269Z [00:02:39.442]➜  packagefile encoding/binary=/tmp/go-build2071284111/b124/_pkg_.a
2025-08-20T22:21:27.7529830Z [00:02:39.442]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build2071284111/b181/_pkg_.a
2025-08-20T22:21:27.7530466Z [00:02:39.442]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build2071284111/b188/_pkg_.a
2025-08-20T22:21:27.7531101Z [00:02:39.442]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build2071284111/b189/_pkg_.a
2025-08-20T22:21:27.7531686Z [00:02:39.442]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build2071284111/b182/_pkg_.a
2025-08-20T22:21:27.7532171Z [00:02:39.442]➜  packagefile io/fs=/tmp/go-build2071284111/b080/_pkg_.a
2025-08-20T22:21:27.7532598Z [00:02:39.442]➜  packagefile math/bits=/tmp/go-build2071284111/b040/_pkg_.a
2025-08-20T22:21:27.7533069Z [00:02:39.442]➜  packagefile net/http/httptrace=/tmp/go-build2071284111/b193/_pkg_.a
2025-08-20T22:21:27.7533809Z [00:02:39.442]➜  packagefile net/http/internal=/tmp/go-build2071284111/b194/_pkg_.a
2025-08-20T22:21:27.7534397Z [00:02:39.442]➜  packagefile net/http/internal/ascii=/tmp/go-build2071284111/b195/_pkg_.a
2025-08-20T22:21:27.7534955Z [00:02:39.442]➜  packagefile net/http/internal/httpcommon=/tmp/go-build2071284111/b196/_pkg_.a
2025-08-20T22:21:27.7535472Z [00:02:39.442]➜  packagefile net/textproto=/tmp/go-build2071284111/b187/_pkg_.a
2025-08-20T22:21:27.7535957Z [00:02:39.442]➜  packagefile internal/bytealg=/tmp/go-build2071284111/b011/_pkg_.a
2025-08-20T22:21:27.7536465Z [00:02:39.442]➜  packagefile internal/filepathlite=/tmp/go-build2071284111/b079/_pkg_.a
2025-08-20T22:21:27.7536972Z [00:02:39.442]➜  packagefile internal/goarch=/tmp/go-build2071284111/b007/_pkg_.a
2025-08-20T22:21:27.7537442Z [00:02:39.442]➜  packagefile internal/itoa=/tmp/go-build2071284111/b048/_pkg_.a
2025-08-20T22:21:27.7537909Z [00:02:39.442]➜  packagefile internal/poll=/tmp/go-build2071284111/b082/_pkg_.a
2025-08-20T22:21:27.7538410Z [00:02:39.442]➜  packagefile internal/stringslite=/tmp/go-build2071284111/b032/_pkg_.a
2025-08-20T22:21:27.7538945Z [00:02:39.442]➜  packagefile internal/syscall/execenv=/tmp/go-build2071284111/b083/_pkg_.a
2025-08-20T22:21:27.7539473Z [00:02:39.442]➜  packagefile internal/syscall/unix=/tmp/go-build2071284111/b077/_pkg_.a
2025-08-20T22:21:27.7539977Z [00:02:39.442]➜  packagefile internal/testlog=/tmp/go-build2071284111/b084/_pkg_.a
2025-08-20T22:21:27.7540713Z [00:02:39.442]➜  packagefile syscall=/tmp/go-build2071284111/b047/_pkg_.a
2025-08-20T22:21:27.7541225Z [00:02:39.442]➜  packagefile internal/abi=/tmp/go-build2071284111/b006/_pkg_.a
2025-08-20T22:21:27.7541717Z [00:02:39.442]➜  packagefile internal/chacha8rand=/tmp/go-build2071284111/b014/_pkg_.a
2025-08-20T22:21:27.7542246Z [00:02:39.442]➜  packagefile internal/coverage/rtcov=/tmp/go-build2071284111/b015/_pkg_.a
2025-08-20T22:21:27.7542760Z [00:02:39.442]➜  packagefile internal/godebugs=/tmp/go-build2071284111/b016/_pkg_.a
2025-08-20T22:21:27.7543277Z [00:02:39.442]➜  packagefile internal/goexperiment=/tmp/go-build2071284111/b017/_pkg_.a
2025-08-20T22:21:27.7543982Z [00:02:39.442]➜  packagefile internal/goos=/tmp/go-build2071284111/b018/_pkg_.a
2025-08-20T22:21:27.7544492Z [00:02:39.442]➜  packagefile internal/profilerecord=/tmp/go-build2071284111/b019/_pkg_.a
2025-08-20T22:21:27.7545031Z [00:02:39.442]➜  packagefile internal/runtime/atomic=/tmp/go-build2071284111/b020/_pkg_.a
2025-08-20T22:21:27.7545575Z [00:02:39.442]➜  packagefile internal/runtime/cgroup=/tmp/go-build2071284111/b021/_pkg_.a
2025-08-20T22:21:27.7546121Z [00:02:39.442]➜  packagefile internal/runtime/exithook=/tmp/go-build2071284111/b025/_pkg_.a
2025-08-20T22:21:27.7546649Z [00:02:39.442]➜  packagefile internal/runtime/gc=/tmp/go-build2071284111/b026/_pkg_.a
2025-08-20T22:21:27.7547161Z [00:02:39.442]➜  packagefile internal/runtime/maps=/tmp/go-build2071284111/b027/_pkg_.a
2025-08-20T22:21:27.7547972Z [00:02:39.442]➜  packagefile internal/runtime/math=/tmp/go-build2071284111/b023/_pkg_.a
2025-08-20T22:21:27.7548510Z [00:02:39.442]➜  packagefile internal/runtime/strconv=/tmp/go-build2071284111/b022/_pkg_.a
2025-08-20T22:21:27.7549045Z [00:02:39.442]➜  packagefile internal/runtime/sys=/tmp/go-build2071284111/b031/_pkg_.a
2025-08-20T22:21:27.7549579Z [00:02:39.442]➜  packagefile internal/runtime/syscall=/tmp/go-build2071284111/b024/_pkg_.a
2025-08-20T22:21:27.7550117Z [00:02:39.442]➜  packagefile internal/trace/tracev2=/tmp/go-build2071284111/b033/_pkg_.a
2025-08-20T22:21:27.7550678Z [00:02:39.442]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build2071284111/b065/_pkg_.a
2025-08-20T22:21:27.7551248Z [00:02:39.442]➜  packagefile crypto/internal/fips140hash=/tmp/go-build2071284111/b090/_pkg_.a
2025-08-20T22:21:27.7551814Z [00:02:39.442]➜  packagefile crypto/internal/fips140only=/tmp/go-build2071284111/b087/_pkg_.a
2025-08-20T22:21:27.7552400Z [00:02:39.442]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build2071284111/b066/_pkg_.a
2025-08-20T22:21:27.7552896Z [00:02:39.442]➜  packagefile cmp=/tmp/go-build2071284111/b051/_pkg_.a
2025-08-20T22:21:27.7553325Z [00:02:39.442]➜  packagefile unicode/utf16=/tmp/go-build2071284111/b100/_pkg_.a
2025-08-20T22:21:27.7554144Z [00:02:39.442]➜  packagefile encoding/asn1=/tmp/go-build2071284111/b118/_pkg_.a
2025-08-20T22:21:27.7554670Z [00:02:39.442]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build2071284111/b123/_pkg_.a
2025-08-20T22:21:27.7555242Z [00:02:39.442]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build2071284111/b125/_pkg_.a
2025-08-20T22:21:27.7555802Z [00:02:39.442]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build2071284111/b126/_pkg_.a
2025-08-20T22:21:27.7556348Z [00:02:39.442]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build2071284111/b130/_pkg_.a
2025-08-20T22:21:27.7556909Z [00:02:39.442]➜  packagefile golang.org/x/crypto/ripemd160=/tmp/go-build2071284111/b198/_pkg_.a
2025-08-20T22:21:27.7557444Z [00:02:39.442]➜  packagefile database/sql/driver=/tmp/go-build2071284111/b200/_pkg_.a
2025-08-20T22:21:27.7557933Z [00:02:39.442]➜  packagefile crypto/dsa=/tmp/go-build2071284111/b136/_pkg_.a
2025-08-20T22:21:27.7558388Z [00:02:39.442]➜  packagefile crypto/mlkem=/tmp/go-build2071284111/b138/_pkg_.a
2025-08-20T22:21:27.7558907Z [00:02:39.442]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build2071284111/b155/_pkg_.a
2025-08-20T22:21:27.7559479Z [00:02:39.442]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build2071284111/b157/_pkg_.a
2025-08-20T22:21:27.7560373Z [00:02:39.442]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build2071284111/b158/_pkg_.a
2025-08-20T22:21:27.7561126Z [00:02:39.442]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build2071284111/b159/_pkg_.a
2025-08-20T22:21:27.7561726Z [00:02:39.442]➜  packagefile mime/quotedprintable=/tmp/go-build2071284111/b192/_pkg_.a
2025-08-20T22:21:27.7562312Z [00:02:39.442]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build2071284111/b147/_pkg_.a
2025-08-20T22:21:27.7562880Z [00:02:39.442]➜  packagefile internal/nettrace=/tmp/go-build2071284111/b148/_pkg_.a
2025-08-20T22:21:27.7563393Z [00:02:39.442]➜  packagefile internal/singleflight=/tmp/go-build2071284111/b149/_pkg_.a
2025-08-20T22:21:27.7564102Z [00:02:39.442]➜  packagefile net/netip=/tmp/go-build2071284111/b150/_pkg_.a
2025-08-20T22:21:27.7564565Z [00:02:39.442]➜  packagefile internal/race=/tmp/go-build2071284111/b030/_pkg_.a
2025-08-20T22:21:27.7565060Z [00:02:39.442]➜  packagefile internal/unsafeheader=/tmp/go-build2071284111/b009/_pkg_.a
2025-08-20T22:21:27.7565563Z [00:02:39.442]➜  packagefile regexp/syntax=/tmp/go-build2071284111/b202/_pkg_.a
2025-08-20T22:21:27.7566031Z [00:02:39.442]➜  packagefile internal/sync=/tmp/go-build2071284111/b036/_pkg_.a
2025-08-20T22:21:27.7566511Z [00:02:39.442]➜  packagefile internal/synctest=/tmp/go-build2071284111/b038/_pkg_.a
2025-08-20T22:21:27.7567054Z [00:02:39.442]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build2071284111/b063/_pkg_.a
2025-08-20T22:21:27.7567883Z [00:02:39.442]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build2071284111/b104/_pkg_.a
2025-08-20T22:21:27.7568521Z [00:02:39.442]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build2071284111/b107/_pkg_.a
2025-08-20T22:21:27.7569122Z [00:02:39.442]➜  packagefile crypto/internal/randutil=/tmp/go-build2071284111/b085/_pkg_.a
2025-08-20T22:21:27.7569676Z [00:02:39.442]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build2071284111/b111/_pkg_.a
2025-08-20T22:21:27.7570258Z [00:02:39.442]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build2071284111/b112/_pkg_.a
2025-08-20T22:21:27.7570841Z [00:02:39.442]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build2071284111/b105/_pkg_.a
2025-08-20T22:21:27.7571431Z [00:02:39.442]➜  packagefile crypto/internal/fips140cache=/tmp/go-build2071284111/b114/_pkg_.a
2025-08-20T22:21:27.7572062Z [00:02:39.442]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build2071284111/b119/_pkg_.a
2025-08-20T22:21:27.7572628Z [00:02:39.442]➜  packagefile math/rand/v2=/tmp/go-build2071284111/b086/_pkg_.a
2025-08-20T22:21:27.7573162Z [00:02:39.442]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build2071284111/b128/_pkg_.a
2025-08-20T22:21:27.7574036Z [00:02:39.442]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build2071284111/b171/_pkg_.a
2025-08-20T22:21:27.7574617Z [00:02:39.442]➜  packagefile crypto/internal/boring/sig=/tmp/go-build2071284111/b089/_pkg_.a
2025-08-20T22:21:27.7575178Z [00:02:39.442]➜  packagefile crypto/internal/fips140=/tmp/go-build2071284111/b060/_pkg_.a
2025-08-20T22:21:27.7575740Z [00:02:39.442]➜  packagefile crypto/internal/fips140/check=/tmp/go-build2071284111/b064/_pkg_.a
2025-08-20T22:21:27.7576323Z [00:02:39.442]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build2071284111/b071/_pkg_.a
2025-08-20T22:21:27.7576944Z [00:02:39.442]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build2071284111/b067/_pkg_.a
2025-08-20T22:21:27.7577571Z [00:02:39.442]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build2071284111/b068/_pkg_.a
2025-08-20T22:21:27.7578185Z [00:02:39.442]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build2071284111/b061/_pkg_.a
2025-08-20T22:21:27.7578759Z [00:02:39.442]➜  packagefile crypto/internal/impl=/tmp/go-build2071284111/b069/_pkg_.a
2025-08-20T22:21:27.7579328Z [00:02:39.442]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build2071284111/b074/_pkg_.a
2025-08-20T22:21:27.7579900Z [00:02:39.442]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build2071284111/b070/_pkg_.a
2025-08-20T22:21:27.7580726Z [00:02:39.442]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build2071284111/b072/_pkg_.a
2025-08-20T22:21:27.7581366Z [00:02:39.442]➜  packagefile crypto/internal/sysrand=/tmp/go-build2071284111/b076/_pkg_.a
2025-08-20T22:21:27.7581938Z [00:02:39.442]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build2071284111/b113/_pkg_.a
2025-08-20T22:21:27.7582514Z [00:02:39.442]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build2071284111/b122/_pkg_.a
2025-08-20T22:21:27.7583042Z [00:02:39.442]➜  packagefile crypto/fips140=/tmp/go-build2071284111/b180/_pkg_.a
2025-08-20T22:21:27.7583700Z [00:02:39.442]➜  packagefile crypto/x509/pkix=/tmp/go-build2071284111/b143/_pkg_.a
2025-08-20T22:21:27.7584335Z [00:02:39.442]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build2071284111/b176/_pkg_.a
2025-08-20T22:21:27.7584976Z [00:02:39.442]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build2071284111/b177/_pkg_.a
2025-08-20T22:21:27.7585660Z [00:02:39.442]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build2071284111/b178/_pkg_.a
2025-08-20T22:21:27.7586233Z [00:02:39.442]➜  packagefile internal/bisect=/tmp/go-build2071284111/b046/_pkg_.a
2025-08-20T22:21:27.7586827Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build2071284111/b217/_pkg_.a
2025-08-20T22:21:27.7587542Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build2071284111/b251/_pkg_.a
2025-08-20T22:21:27.7588568Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build2071284111/b233/_pkg_.a
2025-08-20T22:21:27.7589286Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build2071284111/b218/_pkg_.a
2025-08-20T22:21:27.7589970Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build2071284111/b223/_pkg_.a
2025-08-20T22:21:27.7590643Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build2071284111/b230/_pkg_.a
2025-08-20T22:21:27.7591302Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build2071284111/b234/_pkg_.a
2025-08-20T22:21:27.7591957Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build2071284111/b236/_pkg_.a
2025-08-20T22:21:27.7592618Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build2071284111/b221/_pkg_.a
2025-08-20T22:21:27.7593281Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build2071284111/b242/_pkg_.a
2025-08-20T22:21:27.7594137Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build2071284111/b231/_pkg_.a
2025-08-20T22:21:27.7594835Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build2071284111/b237/_pkg_.a
2025-08-20T22:21:27.7595538Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build2071284111/b239/_pkg_.a
2025-08-20T22:21:27.7596217Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build2071284111/b240/_pkg_.a
2025-08-20T22:21:27.7596891Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build2071284111/b244/_pkg_.a
2025-08-20T22:21:27.7597575Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build2071284111/b245/_pkg_.a
2025-08-20T22:21:27.7598135Z [00:02:39.442]➜  packagefile io/ioutil=/tmp/go-build2071284111/b263/_pkg_.a
2025-08-20T22:21:27.7598604Z [00:02:39.442]➜  packagefile net/http/httputil=/tmp/go-build2071284111/b264/_pkg_.a
2025-08-20T22:21:27.7599204Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build2071284111/b238/_pkg_.a
2025-08-20T22:21:27.7599890Z [00:02:39.442]➜  packagefile github.com/haya14busa/go-actions-toolkit/core=/tmp/go-build2071284111/b274/_pkg_.a
2025-08-20T22:21:27.7600460Z [00:02:39.442]➜  packagefile compress/flate=/tmp/go-build2071284111/b166/_pkg_.a
2025-08-20T22:21:27.7601170Z [00:02:39.442]➜  packagefile hash/crc32=/tmp/go-build2071284111/b167/_pkg_.a
2025-08-20T22:21:27.7601802Z [00:02:39.442]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build2071284111/b183/_pkg_.a
2025-08-20T22:21:27.7602443Z [00:02:39.442]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build2071284111/b185/_pkg_.a
2025-08-20T22:21:27.7603068Z [00:02:39.442]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build2071284111/b186/_pkg_.a
2025-08-20T22:21:27.7603797Z [00:02:39.442]➜  packagefile internal/oserror=/tmp/go-build2071284111/b049/_pkg_.a
2025-08-20T22:21:27.7604333Z [00:02:39.442]➜  packagefile internal/asan=/tmp/go-build2071284111/b028/_pkg_.a
2025-08-20T22:21:27.7604801Z [00:02:39.442]➜  packagefile internal/msan=/tmp/go-build2071284111/b029/_pkg_.a
2025-08-20T22:21:27.7605260Z [00:02:39.442]➜  packagefile crypto/sha3=/tmp/go-build2071284111/b091/_pkg_.a
2025-08-20T22:21:27.7605755Z [00:02:39.442]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build2071284111/b131/_pkg_.a
2025-08-20T22:21:27.7606325Z [00:02:39.442]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build2071284111/b156/_pkg_.a
2025-08-20T22:21:27.7606910Z [00:02:39.442]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build2071284111/b160/_pkg_.a
2025-08-20T22:21:27.7607395Z [00:02:39.442]➜  packagefile unique=/tmp/go-build2071284111/b151/_pkg_.a
2025-08-20T22:21:27.7607934Z [00:02:39.442]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build2071284111/b106/_pkg_.a
2025-08-20T22:21:27.7608847Z [00:02:39.442]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build2071284111/b129/_pkg_.a
2025-08-20T22:21:27.7609429Z [00:02:39.442]➜  packagefile crypto/internal/entropy=/tmp/go-build2071284111/b075/_pkg_.a
2025-08-20T22:21:27.7610047Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build2071284111/b219/_pkg_.a
2025-08-20T22:21:27.7610729Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build2071284111/b224/_pkg_.a
2025-08-20T22:21:27.7611416Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build2071284111/b225/_pkg_.a
2025-08-20T22:21:27.7612134Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build2071284111/b226/_pkg_.a
2025-08-20T22:21:27.7612875Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build2071284111/b228/_pkg_.a
2025-08-20T22:21:27.7613456Z [00:02:39.442]➜  packagefile go/token=/tmp/go-build2071284111/b232/_pkg_.a
2025-08-20T22:21:27.7614267Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build2071284111/b241/_pkg_.a
2025-08-20T22:21:27.7614975Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build2071284111/b243/_pkg_.a
2025-08-20T22:21:27.7615637Z [00:02:39.442]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build2071284111/b184/_pkg_.a
2025-08-20T22:21:27.7616150Z [00:02:39.442]➜  packagefile embed=/tmp/go-build2071284111/b227/_pkg_.a
2025-08-20T22:21:27.7616731Z [00:02:39.442]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build2071284111/b229/_pkg_.a
2025-08-20T22:21:27.7628683Z [00:02:39.442]➜  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=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\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:21:27.7638722Z [00:02:39.442]➜  EOF
2025-08-20T22:21:27.7638965Z [00:02:39.442]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:21:27.7639221Z [00:02:39.442]➜  cd .
2025-08-20T22:21:27.7641419Z [00:02:39.442]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/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=hNGC8eRk-5yKFTOMGcxK/CTbMXeSEbud6fxJ_4ppS/Hsn6XwHgSdDvM_-kv3h5/hNGC8eRk-5yKFTOMGcxK -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:21:28.3649544Z [00:02:40.063]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:21:28.3748879Z [00:02:40.073]➜  mkdir -p /build-bins/
2025-08-20T22:21:28.3749993Z [00:02:40.073]➜  cp $WORK/b001/exe/a.out /build-bins/reviewdog
2025-08-20T22:21:28.3820322Z [00:02:40.080]➜  rm -rf $WORK/b001/
2025-08-20T22:21:28.5365699Z [00:02:40.235]➜  '/tmp/tmp.s7wlGRVAsH/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:21:28.5528263Z [00:02:40.251]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:21:28.5808136Z [00:02:40.279]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:21:28.5811366Z [00:02:40.279]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:21:28.6179886Z [00:02:40.316]➜  copy from `/build-bins/reviewdog' [elf64-littleaarch64] to `/build-bins/stiGdCLL' [elf64-littleaarch64]
2025-08-20T22:21:28.6836658Z [00:02:40.382]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:21:28.6859407Z [00:02:40.384]➜  
2025-08-20T22:21:28.6873827Z [00:02:40.385]➜  /build-bins/reviewdog
2025-08-20T22:21:28.6906574Z [00:02:40.389]➜  There are 24 section headers, starting at offset 0xc72b38:
2025-08-20T22:21:28.6907289Z [00:02:40.389]➜  
2025-08-20T22:21:28.6907860Z [00:02:40.389]➜  Section Headers:
2025-08-20T22:21:28.6908812Z [00:02:40.389]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:21:28.6909306Z [00:02:40.389]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:21:28.6909707Z [00:02:40.389]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:21:28.6910111Z [00:02:40.389]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:21:28.6910526Z [00:02:40.389]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T22:21:28.6910945Z [00:02:40.389]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:21:28.6911372Z [00:02:40.389]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T22:21:28.6911788Z [00:02:40.389]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T22:21:28.6912201Z [00:02:40.389]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T22:21:28.6912613Z [00:02:40.389]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:21:28.6913387Z [00:02:40.389]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:21:28.6914145Z [00:02:40.389]➜         00000000001f5960  0000000000000018   A       2     0     8
2025-08-20T22:21:28.6914578Z [00:02:40.389]➜    [ 5] .init             PROGBITS         00000000001f5c10  001f5c10
2025-08-20T22:21:28.6914992Z [00:02:40.389]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:21:28.6915403Z [00:02:40.389]➜    [ 6] .text             PROGBITS         00000000001f5c20  001f5c20
2025-08-20T22:21:28.6915834Z [00:02:40.389]➜         000000000042fd90  0000000000000000  AX       0     0     32
2025-08-20T22:21:28.6916244Z [00:02:40.389]➜    [ 7] .fini             PROGBITS         00000000006259b0  006259b0
2025-08-20T22:21:28.6916651Z [00:02:40.389]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:21:28.6917066Z [00:02:40.389]➜    [ 8] .rodata           PROGBITS         00000000006259c0  006259c0
2025-08-20T22:21:28.6917494Z [00:02:40.389]➜         00000000000c6ccc  0000000000000000   A       0     0     32
2025-08-20T22:21:28.6917923Z [00:02:40.389]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000006ec68c  006ec68c
2025-08-20T22:21:28.6918351Z [00:02:40.389]➜         000000000000010c  0000000000000000   A       0     0     4
2025-08-20T22:21:28.6918770Z [00:02:40.389]➜    [10] .eh_frame         PROGBITS         00000000006ec798  006ec798
2025-08-20T22:21:28.6919190Z [00:02:40.389]➜         00000000000004d8  0000000000000000   A       0     0     8
2025-08-20T22:21:28.6919870Z [00:02:40.389]➜    [11] .tbss             NOBITS           00000000006f2ed0  006f2ed0
2025-08-20T22:21:28.6920394Z [00:02:40.389]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T22:21:28.6920831Z [00:02:40.389]➜    [12] .init_array       INIT_ARRAY       00000000006f2ed0  006f2ed0
2025-08-20T22:21:28.6921255Z [00:02:40.389]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:21:28.6921686Z [00:02:40.389]➜    [13] .fini_array       FINI_ARRAY       00000000006f2ed8  006f2ed8
2025-08-20T22:21:28.6922107Z [00:02:40.389]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:21:28.6922528Z [00:02:40.389]➜    [14] .data.rel.ro      PROGBITS         00000000006f2ee0  006f2ee0
2025-08-20T22:21:28.6922957Z [00:02:40.389]➜         000000000051cef0  0000000000000000  WA       0     0     32
2025-08-20T22:21:28.6923383Z [00:02:40.389]➜    [15] .dynamic          DYNAMIC          0000000000c0fdd0  00c0fdd0
2025-08-20T22:21:28.6924050Z [00:02:40.389]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:21:28.6924465Z [00:02:40.389]➜    [16] .got              PROGBITS         0000000000c0ff40  00c0ff40
2025-08-20T22:21:28.6924877Z [00:02:40.389]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T22:21:28.6925287Z [00:02:40.389]➜    [17] .data             PROGBITS         0000000000c10000  00c10000
2025-08-20T22:21:28.6926001Z [00:02:40.389]➜         00000000000177c0  0000000000000000  WA       0     0     32
2025-08-20T22:21:28.6926436Z [00:02:40.389]➜    [18] .go.buildinfo     PROGBITS         0000000000c277c0  00c277c0
2025-08-20T22:21:28.6926869Z [00:02:40.389]➜         0000000000000b20  0000000000000000  WA       0     0     16
2025-08-20T22:21:28.6927337Z [00:02:40.389]➜    [19] .go.fipsinfo      PROGBITS         0000000000c282e0  00c282e0
2025-08-20T22:21:28.6927768Z [00:02:40.389]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:21:28.6928222Z [00:02:40.389]➜    [20] .noptrdata        PROGBITS         0000000000c28360  00c28360
2025-08-20T22:21:28.6928654Z [00:02:40.389]➜         000000000004a701  0000000000000000  WA       0     0     32
2025-08-20T22:21:28.6929064Z [00:02:40.389]➜    [21] .bss              NOBITS           0000000000c72a80  00c72a61
2025-08-20T22:21:28.6929480Z [00:02:40.389]➜         000000000002b168  0000000000000000  WA       0     0     32
2025-08-20T22:21:28.6929912Z [00:02:40.389]➜    [22] .noptrbss         NOBITS           0000000000c9dc00  00c72a61
2025-08-20T22:21:28.6930337Z [00:02:40.389]➜         000000000001f6a0  0000000000000000  WA       0     0     32
2025-08-20T22:21:28.6930762Z [00:02:40.389]➜    [23] .shstrtab         STRTAB           0000000000000000  00c72a61
2025-08-20T22:21:28.6931180Z [00:02:40.389]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:21:28.6931503Z [00:02:40.389]➜  Key to Flags:
2025-08-20T22:21:28.6931862Z [00:02:40.389]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:21:28.6932323Z [00:02:40.389]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:21:28.6932771Z [00:02:40.389]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:21:28.6933146Z [00:02:40.389]➜    D (mbind), p (processor specific)
2025-08-20T22:21:28.6933423Z [00:02:40.391]➜  
2025-08-20T22:21:28.6943010Z [00:02:40.392]➜  /build-bins/LICENSE
2025-08-20T22:21:28.6957852Z [00:02:40.394]➜  + file /build-bins/LICENSE /build-bins/reviewdog
2025-08-20T22:21:28.7100762Z [00:02:40.408]➜  /build-bins/LICENSE:   ASCII text
2025-08-20T22:21:28.7166806Z [00:02:40.415]➜  /build-bins/reviewdog: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:21:28.7175185Z [00:02:40.416]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/reviewdog
2025-08-20T22:21:28.7196267Z [00:02:40.418]➜  /build-bins/LICENSE:         1067 Bytes
2025-08-20T22:21:28.7197057Z [00:02:40.418]➜  /build-bins/reviewdog:         13054264 Bytes
2025-08-20T22:21:28.7199935Z [00:02:40.418]➜  + du /build-bins/LICENSE /build-bins/reviewdog --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:21:28.7213356Z [00:02:40.419]➜  1.1K	2025-08-20 22:21:28.534889057 +0000	/build-bins/LICENSE
2025-08-20T22:21:28.7213967Z [00:02:40.419]➜  13M	2025-08-20 22:21:28.637892758 +0000	/build-bins/reviewdog
2025-08-20T22:21:28.7215883Z [00:02:40.420]➜  + popd
2025-08-20T22:21:32.0592406Z [00:02:43.757]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:21:32.1161001Z [00:02:43.814]➜  + '[' -s /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:21:32.1161949Z [00:02:43.814]➜  + cp -fv /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:21:32.1178635Z [00:02:43.816]➜  '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:21:32.1184399Z [00:02:43.816]➜  + find /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:21:32.1186601Z [00:02:43.817]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:21:32.1187372Z [00:02:43.817]➜  + cut -d: -f1
2025-08-20T22:21:32.1200046Z [00:02:43.818]➜  + xargs realpath --no-symlinks
2025-08-20T22:21:32.1200886Z [00:02:43.818]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:21:32.4542164Z [00:02:44.152]➜  sending incremental file list
2025-08-20T22:21:32.4579354Z [00:02:44.156]➜  reviewdog
2025-08-20T22:21:32.5105980Z [00:02:44.209]➜  
2025-08-20T22:21:32.5106454Z [00:02:44.209]➜  sent 13.06M bytes  received 35 bytes  26.12M bytes/sec
2025-08-20T22:21:32.5106877Z [00:02:44.209]➜  total size is 13.05M  speedup is 1.00
2025-08-20T22:21:32.5119036Z [00:02:44.210]➜  
2025-08-20T22:21:33.2644802Z [00:02:44.962]➜  
2025-08-20T22:21:33.2743180Z [00:02:44.972]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:21:33.2744296Z [00:02:44.972]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/reviewdog' retained as runner:runner
2025-08-20T22:21:33.2745204Z [00:02:44.972]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:21:33.2746266Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_iowriter.go' from root:root to runner:runner
2025-08-20T22:21:33.2747489Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T22:21:33.2748650Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff.go' from root:root to runner:runner
2025-08-20T22:21:33.2749820Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.gitlab-ci.yml' from root:root to runner:runner
2025-08-20T22:21:33.2751109Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/decode-metacomment/main.go' from root:root to runner:runner
2025-08-20T22:21:33.2752413Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/decode-metacomment' from root:root to runner:runner
2025-08-20T22:21:33.2754216Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/encode-metacomment/main.go' from root:root to runner:runner
2025-08-20T22:21:33.2755623Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/encode-metacomment' from root:root to runner:runner
2025-08-20T22:21:33.2756934Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup/main.go' from root:root to runner:runner
2025-08-20T22:21:33.2758224Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup/go.mod' from root:root to runner:runner
2025-08-20T22:21:33.2759522Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup/go.sum' from root:root to runner:runner
2025-08-20T22:21:33.2760787Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup' from root:root to runner:runner
2025-08-20T22:21:33.2761963Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T22:21:33.2763416Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T22:21:33.2764757Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/cienv.go' from root:root to runner:runner
2025-08-20T22:21:33.2766019Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/bitbucket_pipelines.go' from root:root to runner:runner
2025-08-20T22:21:33.2767308Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/github_actions_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2768640Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata/github_event_rerun.json' from root:root to runner:runner
2025-08-20T22:21:33.2770051Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata/github_event_pull_request.json' from root:root to runner:runner
2025-08-20T22:21:33.2771440Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata/github_event_push.json' from root:root to runner:runner
2025-08-20T22:21:33.2772704Z [00:02:44.972]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata' from root:root to runner:runner
2025-08-20T22:21:33.2774147Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/cienv_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2775452Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/github_actions.go' from root:root to runner:runner
2025-08-20T22:21:33.2776626Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv' from root:root to runner:runner
2025-08-20T22:21:33.2778015Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/reviewdog.go' from root:root to runner:runner
2025-08-20T22:21:33.2779266Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/package.json' from root:root to runner:runner
2025-08-20T22:21:33.2780557Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/utils_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2781939Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/utils.go' from root:root to runner:runner
2025-08-20T22:21:33.2783331Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/comment_writer.go' from root:root to runner:runner
2025-08-20T22:21:33.2784868Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils' from root:root to runner:runner
2025-08-20T22:21:33.2786143Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/diff.go' from root:root to runner:runner
2025-08-20T22:21:33.2787670Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/github.go' from root:root to runner:runner
2025-08-20T22:21:33.2788921Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/log.go' from root:root to runner:runner
2025-08-20T22:21:33.2790185Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/diff_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2791492Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/github_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2792791Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/check_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2794231Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/check.go' from root:root to runner:runner
2025-08-20T22:21:33.2795507Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github' from root:root to runner:runner
2025-08-20T22:21:33.2796807Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil/serviceutil_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2798176Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil/serviceutil.go' from root:root to runner:runner
2025-08-20T22:21:33.2799463Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil' from root:root to runner:runner
2025-08-20T22:21:33.2800768Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_discussion.go' from root:root to runner:runner
2025-08-20T22:21:33.2802324Z [00:02:44.973]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_commit.go' from root:root to runner:runner
2025-08-20T22:21:33.2803835Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_diff_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2805273Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_discussion_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2806660Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_commit_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2807992Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_diff.go' from root:root to runner:runner
2025-08-20T22:21:33.2809238Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab' from root:root to runner:runner
2025-08-20T22:21:33.2810480Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_diff.go' from root:root to runner:runner
2025-08-20T22:21:33.2812021Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_diff_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2813342Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_review.go' from root:root to runner:runner
2025-08-20T22:21:33.2814838Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_review_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2816105Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit' from root:root to runner:runner
2025-08-20T22:21:33.2817359Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/api_client.go' from root:root to runner:runner
2025-08-20T22:21:33.2818704Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_client.go' from root:root to runner:runner
2025-08-20T22:21:33.2820029Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/helpers.go' from root:root to runner:runner
2025-08-20T22:21:33.2821337Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/annotator.go' from root:root to runner:runner
2025-08-20T22:21:33.2822687Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_context.go' from root:root to runner:runner
2025-08-20T22:21:33.2824142Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_context.go' from root:root to runner:runner
2025-08-20T22:21:33.2825551Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/annotator_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2827128Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_client.go' from root:root to runner:runner
2025-08-20T22:21:33.2828549Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/api_client_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2829910Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/consts.go' from root:root to runner:runner
2025-08-20T22:21:33.2831264Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_context_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2832645Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_helper.go' from root:root to runner:runner
2025-08-20T22:21:33.2834094Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_helper.go' from root:root to runner:runner
2025-08-20T22:21:33.2835430Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket' from root:root to runner:runner
2025-08-20T22:21:33.2836957Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/commentutil_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2838332Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/code_fence_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2839679Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/code_fence.go' from root:root to runner:runner
2025-08-20T22:21:33.2841014Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/commentutil.go' from root:root to runner:runner
2025-08-20T22:21:33.2842298Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil' from root:root to runner:runner
2025-08-20T22:21:33.2843639Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitea/gitea.go' from root:root to runner:runner
2025-08-20T22:21:33.2844934Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitea' from root:root to runner:runner
2025-08-20T22:21:33.2846090Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service' from root:root to runner:runner
2025-08-20T22:21:33.2847247Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2848455Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/package-lock.json' from root:root to runner:runner
2025-08-20T22:21:33.2849685Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_iowriter_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2851107Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/reviewdog_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2852358Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.travis.yml' from root:root to runner:runner
2025-08-20T22:21:33.2853634Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git_hooks/README.md' from root:root to runner:runner
2025-08-20T22:21:33.2854942Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git_hooks/prepare-commit-msg' from root:root to runner:runner
2025-08-20T22:21:33.2856157Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git_hooks' from root:root to runner:runner
2025-08-20T22:21:33.2857305Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:21:33.2858563Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment/metacomment.pb.go' from root:root to runner:runner
2025-08-20T22:21:33.2859921Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment/metacomment.proto' from root:root to runner:runner
2025-08-20T22:21:33.2861453Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment' from root:root to runner:runner
2025-08-20T22:21:33.2862667Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/update.sh' from root:root to runner:runner
2025-08-20T22:21:33.2863990Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/Dockerfile' from root:root to runner:runner
2025-08-20T22:21:33.2865278Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/entrypoint.sh' from root:root to runner:runner
2025-08-20T22:21:33.2866535Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/reviewdog.pb.go' from root:root to runner:runner
2025-08-20T22:21:33.2867775Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/README.md' from root:root to runner:runner
2025-08-20T22:21:33.2869031Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/reviewdog.proto' from root:root to runner:runner
2025-08-20T22:21:33.2870343Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Position.json' from root:root to runner:runner
2025-08-20T22:21:33.2871699Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Diagnostic.json' from root:root to runner:runner
2025-08-20T22:21:33.2873067Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Suggestion.json' from root:root to runner:runner
2025-08-20T22:21:33.2874805Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/DiagnosticResult.json' from root:root to runner:runner
2025-08-20T22:21:33.2876241Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Source.json' from root:root to runner:runner
2025-08-20T22:21:33.2877564Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Range.json' from root:root to runner:runner
2025-08-20T22:21:33.2878886Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Code.json' from root:root to runner:runner
2025-08-20T22:21:33.2880247Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/RelatedLocation.json' from root:root to runner:runner
2025-08-20T22:21:33.2881632Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Location.json' from root:root to runner:runner
2025-08-20T22:21:33.2882913Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema' from root:root to runner:runner
2025-08-20T22:21:33.2884249Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf' from root:root to runner:runner
2025-08-20T22:21:33.2885644Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto' from root:root to runner:runner
2025-08-20T22:21:33.2886761Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:21:33.2887911Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.codecov.yml' from root:root to runner:runner
2025-08-20T22:21:33.2889121Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.goreleaser-nightly.yml' from root:root to runner:runner
2025-08-20T22:21:33.2890367Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/diff_filter.go' from root:root to runner:runner
2025-08-20T22:21:33.2891581Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/filter.go' from root:root to runner:runner
2025-08-20T22:21:33.2892802Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/filter_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2894180Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/diff_filter_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2895421Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter' from root:root to runner:runner
2025-08-20T22:21:33.2896567Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:21:33.2897765Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:21:33.2899266Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/deploy-doghouse.yml' from root:root to runner:runner
2025-08-20T22:21:33.2900704Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T22:21:33.2902015Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/depup.yml' from root:root to runner:runner
2025-08-20T22:21:33.2903304Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:21:33.2904760Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/release_test.yml' from root:root to runner:runner
2025-08-20T22:21:33.2906047Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/go.yml' from root:root to runner:runner
2025-08-20T22:21:33.2907327Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/reviewdog.yml' from root:root to runner:runner
2025-08-20T22:21:33.2908876Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/rdformat.yml' from root:root to runner:runner
2025-08-20T22:21:33.2910122Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:21:33.2911345Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/renovate.json' from root:root to runner:runner
2025-08-20T22:21:33.2912607Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T22:21:33.2913990Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/goreleaser-header.md' from root:root to runner:runner
2025-08-20T22:21:33.2915283Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:21:33.2916454Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.circleci/config.yml' from root:root to runner:runner
2025-08-20T22:21:33.2917638Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.circleci' from root:root to runner:runner
2025-08-20T22:21:33.2918838Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/suggestions.txt' from root:root to runner:runner
2025-08-20T22:21:33.2920100Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/suggestions.json' from root:root to runner:runner
2025-08-20T22:21:33.2921373Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/reviewdog_error.yml' from root:root to runner:runner
2025-08-20T22:21:33.2922810Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/custom.txt' from root:root to runner:runner
2025-08-20T22:21:33.2924295Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/custom_rdjson.json' from root:root to runner:runner
2025-08-20T22:21:33.2925594Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/golint.go' from root:root to runner:runner
2025-08-20T22:21:33.2926837Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/staticcheck.go' from root:root to runner:runner
2025-08-20T22:21:33.2928064Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/golint2.go' from root:root to runner:runner
2025-08-20T22:21:33.2929282Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata' from root:root to runner:runner
2025-08-20T22:21:33.2930435Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2931577Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:21:33.2933009Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:21:33.2934283Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/fail_level_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2935468Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/install.sh' from root:root to runner:runner
2025-08-20T22:21:33.2936658Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/sarif_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2937857Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/diff.go' from root:root to runner:runner
2025-08-20T22:21:33.2939061Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjsonl.go' from root:root to runner:runner
2025-08-20T22:21:33.2940283Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjsonl_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2941547Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/checkstyle_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2942800Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/parser_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2944170Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/errorformat_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2945441Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/checkstyle.go' from root:root to runner:runner
2025-08-20T22:21:33.2946859Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/sarif.go' from root:root to runner:runner
2025-08-20T22:21:33.2948127Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/diff_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2949336Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/parser.go' from root:root to runner:runner
2025-08-20T22:21:33.2950564Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/errorformat.go' from root:root to runner:runner
2025-08-20T22:21:33.2951797Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjson_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2953014Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjson.go' from root:root to runner:runner
2025-08-20T22:21:33.2954343Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser' from root:root to runner:runner
2025-08-20T22:21:33.2955545Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil/pathutil_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2957028Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil/pathutil.go' from root:root to runner:runner
2025-08-20T22:21:33.2958210Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil' from root:root to runner:runner
2025-08-20T22:21:33.2959357Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment.go' from root:root to runner:runner
2025-08-20T22:21:33.2960512Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/resultmap.go' from root:root to runner:runner
2025-08-20T22:21:33.2961708Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/commands/version.go' from root:root to runner:runner
2025-08-20T22:21:33.2962883Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/commands' from root:root to runner:runner
2025-08-20T22:21:33.2964183Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.revive.toml' from root:root to runner:runner
2025-08-20T22:21:33.2965374Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.reviewdog.yml' from root:root to runner:runner
2025-08-20T22:21:33.2966539Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.textlintrc' from root:root to runner:runner
2025-08-20T22:21:33.2967738Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/main.go' from root:root to runner:runner
2025-08-20T22:21:33.2968988Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/doghouse.go' from root:root to runner:runner
2025-08-20T22:21:33.2970445Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/.gitignore' from root:root to runner:runner
2025-08-20T22:21:33.2971794Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/main_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2973084Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/doghouse_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2974504Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog' from root:root to runner:runner
2025-08-20T22:21:33.2975650Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:21:33.2976788Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/diff.go' from root:root to runner:runner
2025-08-20T22:21:33.2977962Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/parse.go' from root:root to runner:runner
2025-08-20T22:21:33.2979152Z [00:02:44.974]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/parse_test.go' from root:root to runner:runner
2025-08-20T22:21:33.2980616Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty.txt' from root:root to runner:runner
2025-08-20T22:21:33.2981893Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.2983209Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.diff' from root:root to runner:runner
2025-08-20T22:21:33.2984701Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.diff' from root:root to runner:runner
2025-08-20T22:21:33.2986005Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gofmt.go' from root:root to runner:runner
2025-08-20T22:21:33.2987256Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.diff' from root:root to runner:runner
2025-08-20T22:21:33.2988540Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.diff' from root:root to runner:runner
2025-08-20T22:21:33.2989839Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_deleted.diff' from root:root to runner:runner
2025-08-20T22:21:33.2991160Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.2992521Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.2993969Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.2995569Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.new.go' from root:root to runner:runner
2025-08-20T22:21:33.2996938Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.2998267Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.2999590Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.3000923Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.git.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3002250Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.diff' from root:root to runner:runner
2025-08-20T22:21:33.3003677Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.3005242Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3006565Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_space.diff' from root:root to runner:runner
2025-08-20T22:21:33.3007902Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.3009245Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_new.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3010552Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.3011825Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_new.diff' from root:root to runner:runner
2025-08-20T22:21:33.3013125Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3014560Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.diff' from root:root to runner:runner
2025-08-20T22:21:33.3015866Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3017199Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.3018699Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.git.diff' from root:root to runner:runner
2025-08-20T22:21:33.3020030Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gen.go' from root:root to runner:runner
2025-08-20T22:21:33.3021288Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3022589Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3024015Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.3025400Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3026697Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty.diff' from root:root to runner:runner
2025-08-20T22:21:33.3027951Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gofmt.diff' from root:root to runner:runner
2025-08-20T22:21:33.3029482Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.new.txt' from root:root to runner:runner
2025-08-20T22:21:33.3030816Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3032207Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3033765Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3035196Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.diff' from root:root to runner:runner
2025-08-20T22:21:33.3036522Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3037883Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.old.txt' from root:root to runner:runner
2025-08-20T22:21:33.3039241Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_deleted.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3040571Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty space.txt' from root:root to runner:runner
2025-08-20T22:21:33.3041869Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.old.go' from root:root to runner:runner
2025-08-20T22:21:33.3043317Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gen.sh' from root:root to runner:runner
2025-08-20T22:21:33.3044746Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.diff' from root:root to runner:runner
2025-08-20T22:21:33.3046078Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_space.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3047465Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff' from root:root to runner:runner
2025-08-20T22:21:33.3048808Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gofmt.diff.json' from root:root to runner:runner
2025-08-20T22:21:33.3050045Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata' from root:root to runner:runner
2025-08-20T22:21:33.3051185Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff' from root:root to runner:runner
2025-08-20T22:21:33.3052340Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:21:33.3053963Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:21:33.3055380Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:21:33.3056695Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:21:33.3057990Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:21:33.3059283Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:21:33.3060542Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:21:33.3061830Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:21:33.3063153Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:21:33.3064668Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:21:33.3065966Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:21:33.3067506Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:21:33.3068883Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:21:33.3070172Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:21:33.3071490Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:21:33.3072729Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:21:33.3073981Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:21:33.3075187Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:21:33.3076603Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.promisor' from root:root to runner:runner
2025-08-20T22:21:33.3078486Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.pack' from root:root to runner:runner
2025-08-20T22:21:33.3080101Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.pack' from root:root to runner:runner
2025-08-20T22:21:33.3081696Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.rev' from root:root to runner:runner
2025-08-20T22:21:33.3083289Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.idx' from root:root to runner:runner
2025-08-20T22:21:33.3085052Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.idx' from root:root to runner:runner
2025-08-20T22:21:33.3086646Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.rev' from root:root to runner:runner
2025-08-20T22:21:33.3088253Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.promisor' from root:root to runner:runner
2025-08-20T22:21:33.3089660Z [00:02:44.975]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:21:33.3090859Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:21:33.3092212Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:21:33.3093474Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:21:33.3094726Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:21:33.3095898Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:21:33.3097077Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:21:33.3098302Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T22:21:33.3099543Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:21:33.3100816Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:21:33.3102337Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:21:33.3103676Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:21:33.3104940Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:21:33.3106093Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:21:33.3107309Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:21:33.3108457Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:21:33.3109665Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T22:21:33.3110869Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:21:33.3112108Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:21:33.3113379Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:21:33.3114723Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:21:33.3116146Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:21:33.3117336Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:21:33.3118482Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/run.go' from root:root to runner:runner
2025-08-20T22:21:33.3119704Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/cmdbuilder.go' from root:root to runner:runner
2025-08-20T22:21:33.3120920Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/conf.go' from root:root to runner:runner
2025-08-20T22:21:33.3122133Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/conf_test.go' from root:root to runner:runner
2025-08-20T22:21:33.3123346Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/run_test.go' from root:root to runner:runner
2025-08-20T22:21:33.3124659Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project' from root:root to runner:runner
2025-08-20T22:21:33.3126117Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/main.go' from root:root to runner:runner
2025-08-20T22:21:33.3127439Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/github_webhook.go' from root:root to runner:runner
2025-08-20T22:21:33.3128786Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/template.go' from root:root to runner:runner
2025-08-20T22:21:33.3130172Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/static/favicon.ico' from root:root to runner:runner
2025-08-20T22:21:33.3131499Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/static' from root:root to runner:runner
2025-08-20T22:21:33.3132798Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/.gcloudignore' from root:root to runner:runner
2025-08-20T22:21:33.3134275Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/github.go' from root:root to runner:runner
2025-08-20T22:21:33.3135619Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/checker.go' from root:root to runner:runner
2025-08-20T22:21:33.3136916Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/app.yaml' from root:root to runner:runner
2025-08-20T22:21:33.3138250Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/statik/statik.go' from root:root to runner:runner
2025-08-20T22:21:33.3139555Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/statik' from root:root to runner:runner
2025-08-20T22:21:33.3141046Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/.gitignore' from root:root to runner:runner
2025-08-20T22:21:33.3142447Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/repo.html' from root:root to runner:runner
2025-08-20T22:21:33.3143901Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/top.html' from root:root to runner:runner
2025-08-20T22:21:33.3145321Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/header.html' from root:root to runner:runner
2025-08-20T22:21:33.3146696Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/base.html' from root:root to runner:runner
2025-08-20T22:21:33.3148013Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh' from root:root to runner:runner
2025-08-20T22:21:33.3149326Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/index.html' from root:root to runner:runner
2025-08-20T22:21:33.3150888Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/base.html' from root:root to runner:runner
2025-08-20T22:21:33.3152185Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl' from root:root to runner:runner
2025-08-20T22:21:33.3153728Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/encrypted-reviewdog.private-key.pem.bin' from root:root to runner:runner
2025-08-20T22:21:33.3155264Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/README.md' from root:root to runner:runner
2025-08-20T22:21:33.3156710Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/encrypted-secret.yaml.bin' from root:root to runner:runner
2025-08-20T22:21:33.3158164Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/secret_sample.yaml' from root:root to runner:runner
2025-08-20T22:21:33.3159515Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret' from root:root to runner:runner
2025-08-20T22:21:33.3160820Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/handlers.yaml' from root:root to runner:runner
2025-08-20T22:21:33.3162144Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/warmup.go' from root:root to runner:runner
2025-08-20T22:21:33.3163397Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine' from root:root to runner:runner
2025-08-20T22:21:33.3164922Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/service.go' from root:root to runner:runner
2025-08-20T22:21:33.3166242Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client/client.go' from root:root to runner:runner
2025-08-20T22:21:33.3167535Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client/client_test.go' from root:root to runner:runner
2025-08-20T22:21:33.3168789Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client' from root:root to runner:runner
2025-08-20T22:21:33.3170102Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/cookieman/cookieman_test.go' from root:root to runner:runner
2025-08-20T22:21:33.3171501Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/cookieman/cookieman.go' from root:root to runner:runner
2025-08-20T22:21:33.3172822Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/cookieman' from root:root to runner:runner
2025-08-20T22:21:33.3174464Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/github.go' from root:root to runner:runner
2025-08-20T22:21:33.3175752Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/doghouse.go' from root:root to runner:runner
2025-08-20T22:21:33.3177034Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/token.go' from root:root to runner:runner
2025-08-20T22:21:33.3178331Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage/token.go' from root:root to runner:runner
2025-08-20T22:21:33.3179692Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage/installation.go' from root:root to runner:runner
2025-08-20T22:21:33.3181076Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage/datastore.go' from root:root to runner:runner
2025-08-20T22:21:33.3182381Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage' from root:root to runner:runner
2025-08-20T22:21:33.3183863Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/ciutil/ciutil_test.go' from root:root to runner:runner
2025-08-20T22:21:33.3185276Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/ciutil/ciutil.go' from root:root to runner:runner
2025-08-20T22:21:33.3186563Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/ciutil' from root:root to runner:runner
2025-08-20T22:21:33.3187847Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/doghouse_test.go' from root:root to runner:runner
2025-08-20T22:21:33.3189344Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server' from root:root to runner:runner
2025-08-20T22:21:33.3190584Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse' from root:root to runner:runner
2025-08-20T22:21:33.3191738Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/fail_level.go' from root:root to runner:runner
2025-08-20T22:21:33.3192866Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO' from root:root to runner:runner
2025-08-20T22:21:33.3194012Z [00:02:44.976]➜  changed ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH' from root:root to runner:runner
2025-08-20T22:21:33.3194961Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:21:33.3195751Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:21:33.3196507Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:21:33.3197254Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog' retained as runner:runner
2025-08-20T22:21:33.3198235Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:21:33.3199054Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.static.version' retained as runner:runner
2025-08-20T22:21:33.3199900Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.version' retained as runner:runner
2025-08-20T22:21:33.3200665Z [00:02:44.976]➜  ownership of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:21:33.3201518Z [00:02:44.984]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3202416Z [00:02:44.990]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/reviewdog' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3203327Z [00:02:44.997]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3204576Z [00:02:45.003]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_iowriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3205847Z [00:02:45.009]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3207020Z [00:02:45.015]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3233982Z [00:02:45.021]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.gitlab-ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3297968Z [00:02:45.028]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/decode-metacomment/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3361594Z [00:02:45.034]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/encode-metacomment/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3422641Z [00:02:45.040]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3482053Z [00:02:45.046]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3544291Z [00:02:45.052]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/scripts/trigger-depup/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3602556Z [00:02:45.058]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3663758Z [00:02:45.064]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/cienv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3729110Z [00:02:45.071]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/bitbucket_pipelines.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3791604Z [00:02:45.077]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/github_actions_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3854138Z [00:02:45.083]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata/github_event_rerun.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3915431Z [00:02:45.090]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata/github_event_pull_request.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.3980984Z [00:02:45.096]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/_testdata/github_event_push.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4044107Z [00:02:45.102]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/cienv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4110171Z [00:02:45.109]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cienv/github_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4174200Z [00:02:45.115]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/reviewdog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4241474Z [00:02:45.122]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4304640Z [00:02:45.129]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4369987Z [00:02:45.135]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4436204Z [00:02:45.141]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/githubutils/comment_writer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4499667Z [00:02:45.148]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4563165Z [00:02:45.154]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4626387Z [00:02:45.161]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4690740Z [00:02:45.167]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4754144Z [00:02:45.173]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4816885Z [00:02:45.180]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/check_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4877054Z [00:02:45.186]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/github/check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.4939848Z [00:02:45.192]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil/serviceutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5001138Z [00:02:45.198]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/serviceutil/serviceutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5064536Z [00:02:45.205]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_discussion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5129010Z [00:02:45.211]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_commit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5193210Z [00:02:45.217]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5254377Z [00:02:45.223]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_discussion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5317675Z [00:02:45.230]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_commit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5379473Z [00:02:45.236]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitlab/gitlab_mr_diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5441420Z [00:02:45.242]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5502122Z [00:02:45.248]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5563777Z [00:02:45.254]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_review.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5625792Z [00:02:45.261]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gerrit/change_review_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5687169Z [00:02:45.267]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/api_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5748299Z [00:02:45.273]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5809993Z [00:02:45.279]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5872001Z [00:02:45.285]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/annotator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5934462Z [00:02:45.291]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.5995951Z [00:02:45.298]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6059180Z [00:02:45.304]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/annotator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6121266Z [00:02:45.310]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6186660Z [00:02:45.317]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/api_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6248032Z [00:02:45.323]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/consts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6308467Z [00:02:45.329]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6368498Z [00:02:45.335]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/cloud_api_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6429921Z [00:02:45.341]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/bitbucket/server_api_helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6490656Z [00:02:45.347]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/commentutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6551473Z [00:02:45.353]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/code_fence_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6612493Z [00:02:45.359]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/code_fence.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6675338Z [00:02:45.366]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/commentutil/commentutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6738871Z [00:02:45.372]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/service/gitea/gitea.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6801127Z [00:02:45.378]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6867227Z [00:02:45.385]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/package-lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6930432Z [00:02:45.391]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment_iowriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.6994592Z [00:02:45.397]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/reviewdog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7057460Z [00:02:45.404]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7118995Z [00:02:45.410]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git_hooks/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7180458Z [00:02:45.416]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git_hooks/prepare-commit-msg' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7241840Z [00:02:45.422]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7304303Z [00:02:45.428]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment/metacomment.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7368021Z [00:02:45.435]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/metacomment/metacomment.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7429040Z [00:02:45.441]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/update.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7491519Z [00:02:45.447]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7551809Z [00:02:45.453]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/entrypoint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7612793Z [00:02:45.459]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/reviewdog.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7672728Z [00:02:45.465]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7733287Z [00:02:45.471]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/reviewdog.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7794451Z [00:02:45.477]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Position.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7856834Z [00:02:45.484]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Diagnostic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7919752Z [00:02:45.490]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Suggestion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.7980771Z [00:02:45.496]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/DiagnosticResult.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8042074Z [00:02:45.502]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Source.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8102094Z [00:02:45.508]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Range.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8164067Z [00:02:45.514]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Code.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8223884Z [00:02:45.520]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/RelatedLocation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8281595Z [00:02:45.526]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/proto/rdf/jsonschema/Location.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8340291Z [00:02:45.532]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8399028Z [00:02:45.538]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8459589Z [00:02:45.544]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.goreleaser-nightly.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8520867Z [00:02:45.550]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/diff_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8580795Z [00:02:45.556]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8642371Z [00:02:45.562]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8704603Z [00:02:45.568]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/filter/diff_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8768652Z [00:02:45.575]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8832927Z [00:02:45.581]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8896311Z [00:02:45.588]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/deploy-doghouse.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.8956295Z [00:02:45.594]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9017673Z [00:02:45.600]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/depup.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9080611Z [00:02:45.606]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9142936Z [00:02:45.612]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/release_test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9203396Z [00:02:45.618]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/go.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9265132Z [00:02:45.625]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/reviewdog.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9323836Z [00:02:45.630]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/workflows/rdformat.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9381656Z [00:02:45.636]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/renovate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9442232Z [00:02:45.642]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9504292Z [00:02:45.648]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.github/goreleaser-header.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9568978Z [00:02:45.655]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.circleci/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9630622Z [00:02:45.661]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/suggestions.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9694188Z [00:02:45.667]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/suggestions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9755631Z [00:02:45.674]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/reviewdog_error.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9816305Z [00:02:45.680]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/custom.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9874561Z [00:02:45.686]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/custom_rdjson.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9936342Z [00:02:45.692]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/golint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:33.9999648Z [00:02:45.698]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/staticcheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0064364Z [00:02:45.704]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/_testdata/golint2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0128064Z [00:02:45.711]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0189080Z [00:02:45.717]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0248459Z [00:02:45.723]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0309286Z [00:02:45.729]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/fail_level_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0372656Z [00:02:45.735]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0457169Z [00:02:45.744]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/sarif_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0517530Z [00:02:45.750]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0577774Z [00:02:45.756]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjsonl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0637963Z [00:02:45.762]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjsonl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0698274Z [00:02:45.768]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/checkstyle_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0760222Z [00:02:45.774]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0820936Z [00:02:45.780]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/errorformat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0883008Z [00:02:45.786]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/checkstyle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.0943949Z [00:02:45.792]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/sarif.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1005453Z [00:02:45.799]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/diff_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1066193Z [00:02:45.805]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1125779Z [00:02:45.811]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/errorformat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1187197Z [00:02:45.817]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjson_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1246106Z [00:02:45.823]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/parser/rdjson.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1306545Z [00:02:45.829]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil/pathutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1368147Z [00:02:45.835]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/pathutil/pathutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1428226Z [00:02:45.841]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/comment.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1487357Z [00:02:45.847]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/resultmap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1546197Z [00:02:45.853]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/commands/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1605077Z [00:02:45.859]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.revive.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1666439Z [00:02:45.865]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.reviewdog.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1725964Z [00:02:45.871]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.textlintrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1785481Z [00:02:45.877]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1847424Z [00:02:45.883]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/doghouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1905878Z [00:02:45.889]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.1967359Z [00:02:45.895]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2025103Z [00:02:45.901]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/cmd/reviewdog/doghouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2085678Z [00:02:45.907]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/diff.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2147816Z [00:02:45.913]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/parse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2208799Z [00:02:45.919]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/parse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2270754Z [00:02:45.925]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2332261Z [00:02:45.931]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2392833Z [00:02:45.937]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2453030Z [00:02:45.943]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2512801Z [00:02:45.949]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gofmt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2572752Z [00:02:45.955]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2634429Z [00:02:45.961]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2692518Z [00:02:45.967]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_deleted.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2750679Z [00:02:45.973]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2807239Z [00:02:45.979]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2864344Z [00:02:45.984]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2922194Z [00:02:45.990]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.new.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.2980706Z [00:02:45.996]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3039449Z [00:02:46.002]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3097164Z [00:02:46.008]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3154794Z [00:02:46.014]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.git.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3211732Z [00:02:46.019]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3270120Z [00:02:46.025]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3329669Z [00:02:46.031]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3388229Z [00:02:46.037]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_space.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3445863Z [00:02:46.043]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3504321Z [00:02:46.048]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_new.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3564483Z [00:02:46.054]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3626507Z [00:02:46.061]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_new.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3691744Z [00:02:46.067]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3752547Z [00:02:46.073]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3813029Z [00:02:46.079]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3872961Z [00:02:46.085]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3931624Z [00:02:46.091]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.git.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.3989779Z [00:02:46.097]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4048633Z [00:02:46.103]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4108850Z [00:02:46.109]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4167771Z [00:02:46.115]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/sample.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4227228Z [00:02:46.121]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4286769Z [00:02:46.127]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4347450Z [00:02:46.133]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gofmt.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4409219Z [00:02:46.139]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/日本語.new.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4471832Z [00:02:46.145]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4529782Z [00:02:46.151]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/removeeofnewline.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4589801Z [00:02:46.157]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4648452Z [00:02:46.163]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline2.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4707005Z [00:02:46.169]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4764890Z [00:02:46.175]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/addeofnewline.old.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4822121Z [00:02:46.180]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_deleted.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4879706Z [00:02:46.186]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty space.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4937723Z [00:02:46.192]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/golint.old.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.4995367Z [00:02:46.198]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gen.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5056219Z [00:02:46.204]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/nonewline3.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5114305Z [00:02:46.209]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/empty_space.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5174098Z [00:02:46.215]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/newline_and_empty_deleted.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5232331Z [00:02:46.221]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/diff/testdata/gofmt.diff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5290411Z [00:02:46.227]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5349848Z [00:02:46.233]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5406985Z [00:02:46.239]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5462072Z [00:02:46.244]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5519099Z [00:02:46.250]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5577006Z [00:02:46.256]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5632573Z [00:02:46.261]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5690011Z [00:02:46.267]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5747286Z [00:02:46.273]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5805378Z [00:02:46.279]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5862853Z [00:02:46.284]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5920757Z [00:02:46.290]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.5979739Z [00:02:46.296]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6037638Z [00:02:46.302]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6097488Z [00:02:46.308]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6158162Z [00:02:46.314]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6220722Z [00:02:46.320]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6283451Z [00:02:46.326]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6346048Z [00:02:46.333]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6409730Z [00:02:46.339]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6471806Z [00:02:46.345]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6532472Z [00:02:46.351]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6594353Z [00:02:46.357]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6656430Z [00:02:46.364]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-d97756d8a6cd907507c07a38304ff5ff9025d09e.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6719796Z [00:02:46.370]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/objects/pack/pack-94dc760604dddf0894457bac00c216e26ea306bc.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6778006Z [00:02:46.376]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6835762Z [00:02:46.382]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6892739Z [00:02:46.387]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.6952371Z [00:02:46.393]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7012320Z [00:02:46.399]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7072220Z [00:02:46.405]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7131305Z [00:02:46.411]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7191771Z [00:02:46.417]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7251936Z [00:02:46.423]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7311059Z [00:02:46.429]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/cmdbuilder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7368748Z [00:02:46.435]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/conf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7426460Z [00:02:46.441]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/conf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7483104Z [00:02:46.446]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/project/run_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7541301Z [00:02:46.452]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7599820Z [00:02:46.458]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/github_webhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7658548Z [00:02:46.464]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7716288Z [00:02:46.470]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/static/favicon.ico' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7773887Z [00:02:46.475]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/.gcloudignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7831433Z [00:02:46.481]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7889403Z [00:02:46.487]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/checker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.7948299Z [00:02:46.493]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/app.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8008653Z [00:02:46.499]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/statik/statik.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8066647Z [00:02:46.505]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8124674Z [00:02:46.511]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/repo.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8181886Z [00:02:46.516]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/top.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8239221Z [00:02:46.522]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/header.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8297116Z [00:02:46.528]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/gh/base.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8352289Z [00:02:46.533]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8409472Z [00:02:46.539]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/tmpl/base.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8467435Z [00:02:46.545]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/encrypted-reviewdog.private-key.pem.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8523733Z [00:02:46.550]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8580697Z [00:02:46.556]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/encrypted-secret.yaml.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8640147Z [00:02:46.562]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/secret/secret_sample.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8696735Z [00:02:46.568]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/handlers.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8755290Z [00:02:46.574]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/appengine/warmup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8816022Z [00:02:46.580]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/service.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8874113Z [00:02:46.585]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8932846Z [00:02:46.591]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/client/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.8993203Z [00:02:46.597]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/cookieman/cookieman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9051793Z [00:02:46.603]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/cookieman/cookieman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9110893Z [00:02:46.609]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9170191Z [00:02:46.615]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/doghouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9231405Z [00:02:46.621]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9293320Z [00:02:46.627]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage/token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9354827Z [00:02:46.633]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage/installation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9414719Z [00:02:46.639]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/storage/datastore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9472631Z [00:02:46.645]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/ciutil/ciutil_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9530733Z [00:02:46.651]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/ciutil/ciutil.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9591215Z [00:02:46.657]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/doghouse/server/doghouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9650977Z [00:02:46.663]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.s7wlGRVAsH/TEMPREPO/fail_level.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9712895Z [00:02:46.669]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9772199Z [00:02:46.675]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog' retained as 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9830707Z [00:02:46.681]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9892737Z [00:02:46.687]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:34.9952257Z [00:02:46.693]➜  mode of '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:21:35.0394956Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:21:35.0395744Z [00:02:46.737]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:21:51.5955699Z 
2025-08-20T22:21:51.5956530Z [+] Sanitizing /tmp/pkgforge/V6lNuOMGJ_SBUILD/BUILD.log ==> /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.static.log
2025-08-20T22:21:53.7475578Z '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.static.log' -> '/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/reviewdog.log'
2025-08-20T22:21:53.7521900Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-aarch64-linux&download=reviewdog.log
2025-08-20T22:21:53.7522475Z 
2025-08-20T22:21:53.7522935Z [+] Parsing/Uploading reviewdog/reviewdog --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Freviewdog%2Freviewdog [aarch64-Linux]
2025-08-20T22:21:53.7549779Z {
2025-08-20T22:21:53.7550026Z   "_disabled": "false",
2025-08-20T22:21:53.7550229Z   "host": "aarch64-Linux",
2025-08-20T22:21:53.7550422Z   "rank": "",
2025-08-20T22:21:53.7550594Z   "pkg": "reviewdog.static",
2025-08-20T22:21:53.7550804Z   "pkg_family": "reviewdog",
2025-08-20T22:21:53.7551038Z   "pkg_id": "github.com.reviewdog.reviewdog",
2025-08-20T22:21:53.7551289Z   "pkg_name": "reviewdog",
2025-08-20T22:21:53.7551480Z   "pkg_type": "static",
2025-08-20T22:21:53.7552237Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog",
2025-08-20T22:21:53.7552673Z   "app_id": "",
2025-08-20T22:21:53.7552842Z   "appstream": "",
2025-08-20T22:21:53.7553005Z   "category": [
2025-08-20T22:21:53.7553167Z     "ConsoleOnly",
2025-08-20T22:21:53.7553324Z     "Utility"
2025-08-20T22:21:53.7553473Z   ],
2025-08-20T22:21:53.7554030Z   "description": "Automated code review tool integrated with any code analysis tools regardless of programming language",
2025-08-20T22:21:53.7554495Z   "desktop": "",
2025-08-20T22:21:53.7554662Z   "homepage": [
2025-08-20T22:21:53.7554851Z     "https://github.com/reviewdog/reviewdog"
2025-08-20T22:21:53.7555078Z   ],
2025-08-20T22:21:53.7555620Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-aarch64-linux&download=reviewdog.png",
2025-08-20T22:21:53.7556223Z   "license": [
2025-08-20T22:21:53.7556378Z     "MIT"
2025-08-20T22:21:53.7556522Z   ],
2025-08-20T22:21:53.7556665Z   "maintainer": [
2025-08-20T22:21:53.7556869Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:21:53.7557106Z   ],
2025-08-20T22:21:53.7557254Z   "provides": [
2025-08-20T22:21:53.7557415Z     "reviewdog"
2025-08-20T22:21:53.7557570Z   ],
2025-08-20T22:21:53.7557709Z   "note": [
2025-08-20T22:21:53.7558017Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/reviewdog/reviewdog"
2025-08-20T22:21:53.7558688Z   ],
2025-08-20T22:21:53.7558832Z   "repology": [
2025-08-20T22:21:53.7558991Z     "reviewdog"
2025-08-20T22:21:53.7559143Z   ],
2025-08-20T22:21:53.7559287Z   "screenshots": [],
2025-08-20T22:21:53.7559453Z   "src_url": [
2025-08-20T22:21:53.7559643Z     "https://github.com/reviewdog/reviewdog"
2025-08-20T22:21:53.7559866Z   ],
2025-08-20T22:21:53.7560002Z   "tag": [
2025-08-20T22:21:53.7560146Z     "analyzer",
2025-08-20T22:21:53.7560300Z     "linter"
2025-08-20T22:21:53.7560443Z   ],
2025-08-20T22:21:53.7560615Z   "version": "HEAD-b3a3469-250820T215056",
2025-08-20T22:21:53.7560854Z   "version_upstream": "0.20.3",
2025-08-20T22:21:53.7561161Z   "bsum": "958d21c52e08970254669a0f4717ab4d7f1477e502a9c4adf58bb65b7091be51",
2025-08-20T22:21:53.7561495Z   "build_date": "2025-08-20T22:21:35Z",
2025-08-20T22:21:53.7561821Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109156000",
2025-08-20T22:21:53.7562155Z   "build_id": "17109156000",
2025-08-20T22:21:53.7562757Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-aarch64-linux&download=reviewdog.log",
2025-08-20T22:21:53.7563977Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/reviewdog/static.official.source.yaml",
2025-08-20T22:21:53.7564866Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-aarch64-linux&download=reviewdog",
2025-08-20T22:21:53.7565716Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-aarch64-linux",
2025-08-20T22:21:53.7566271Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog",
2025-08-20T22:21:53.7566956Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-aarch64-linux&manifest",
2025-08-20T22:21:53.7567647Z   "shasum": "a77e756c9552465f6bacf8e3f1a01a019c9bac538d2c91ba1ba9e4424a3c3ced",
2025-08-20T22:21:53.7567987Z   "size": "13 MB",
2025-08-20T22:21:53.7568158Z   "size_raw": "13054264",
2025-08-20T22:21:53.7568344Z   "snapshots": [
2025-08-20T22:21:53.7568529Z     "HEAD-7964632-250119T091931-aarch64-linux",
2025-08-20T22:21:53.7568787Z     "HEAD-ff9df0a-250201T004435-aarch64-linux",
2025-08-20T22:21:53.7569050Z     "HEAD-a14adc1-250201T205850-aarch64-linux",
2025-08-20T22:21:53.7569309Z     "HEAD-2da3fe2-250205T004207-aarch64-linux",
2025-08-20T22:21:53.7569569Z     "HEAD-9347465-250206T133117-aarch64-linux",
2025-08-20T22:21:53.7570107Z     "HEAD-9b239cc-250208T174345-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7570396Z     "HEAD-0670560-250212T014806-aarch64-linux",
2025-08-20T22:21:53.7570654Z     "HEAD-c07e994-250214T223108-aarch64-linux",
2025-08-20T22:21:53.7570928Z     "HEAD-30cad54-250224T164519-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7571236Z     "HEAD-c1ef33b-250301T031633-aarch64-linux[NA-2025-03-01]",
2025-08-20T22:21:53.7571573Z     "HEAD-40b1750-250304T222154-aarch64-linux[NA-2025-03-04]",
2025-08-20T22:21:53.7571901Z     "HEAD-3bb2d1a-250307T231857-aarch64-linux[NA-2025-03-07]",
2025-08-20T22:21:53.7572213Z     "HEAD-2d9e6f9-250311T170207-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7572499Z     "HEAD-799e845-250530T200727-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7572786Z     "HEAD-2fc7c4c-250603T153229-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7573073Z     "HEAD-44018ab-250611T194810-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7573361Z     "HEAD-236c3dd-250612T020538-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7573890Z     "HEAD-3023f9c-250615T222336-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7574179Z     "HEAD-1523624-250703T125435-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7574464Z     "HEAD-cd3fd23-250708T193928-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7574749Z     "HEAD-294118b-250710T014621-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7575034Z     "HEAD-05e9d32-250718T220629-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7575638Z     "HEAD-165b8d4-250723T141627-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7575920Z     "HEAD-5483791-250729T231052-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7576204Z     "HEAD-4c832f6-250801T174448-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7576488Z     "HEAD-162766c-250809T002947-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7576768Z     "HEAD-6736184-250813T170214-aarch64-linux[0.20.3]",
2025-08-20T22:21:53.7577057Z     "HEAD-ff4aebc-250814T140217-aarch64-linux[0.20.3]"
2025-08-20T22:21:53.7577300Z   ]
2025-08-20T22:21:53.7577434Z }
2025-08-20T22:21:53.7577542Z 
2025-08-20T22:21:53.7577550Z 
2025-08-20T22:21:53.9520686Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-aarch64-linux": ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-aarch64-linux: not found
2025-08-20T22:21:53.9568391Z Uploading empty artifact
2025-08-20T22:21:53.9571209Z time=2025-08-20T22:21:53Z level=debug msg=Request #0
2025-08-20T22:21:53.9571965Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/sha256:d12037060d5a9b5532071dd0567b99941952489a64609d4d99985ece1deb2b1e"
2025-08-20T22:21:53.9572618Z > Request method: "HEAD"
2025-08-20T22:21:53.9572805Z > Request headers:
2025-08-20T22:21:53.9574357Z    "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:21:53.9575323Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:21:54.0462639Z time=2025-08-20T22:21:54Z level=debug msg=Response #0
2025-08-20T22:21:54.0462996Z < Response Status: "401 Unauthorized"
2025-08-20T22:21:54.0463225Z < Response headers:
2025-08-20T22:21:54.0466322Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/reviewdog/official/reviewdog:pull\""
2025-08-20T22:21:54.0466923Z    "Date": "Wed, 20 Aug 2025 22:21:54 GMT"
2025-08-20T22:21:54.0467153Z    "Content-Length": "73"
2025-08-20T22:21:54.0467401Z    "X-Github-Request-Id": "DC01:213651:AF946:BFD42:68A64A81"
2025-08-20T22:21:54.0467692Z    "Content-Type": "application/json"
2025-08-20T22:21:54.0467957Z time=2025-08-20T22:21:54Z level=debug msg=Request #1
2025-08-20T22:21:54.0468523Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Freviewdog%2Fofficial%2Freviewdog%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:21:54.0469467Z > Request method: "GET"
2025-08-20T22:21:54.0469701Z > Request headers:
2025-08-20T22:21:54.0469911Z    "Authorization": "*****"
2025-08-20T22:21:54.0470114Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:21:54.1118979Z time=2025-08-20T22:21:54Z level=debug msg=Response #1
2025-08-20T22:21:54.1119297Z < Response Status: "200 OK"
2025-08-20T22:21:54.1119496Z < Response headers:
2025-08-20T22:21:54.1119720Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:21:54.1120134Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:21:54.1120488Z    "Date": "Wed, 20 Aug 2025 22:21:54 GMT"
2025-08-20T22:21:54.1120716Z    "Content-Length": "69"
2025-08-20T22:21:54.1120961Z    "X-Github-Request-Id": "DC01:213651:AF94C:BFD44:68A64A82"
2025-08-20T22:21:54.1121267Z    "Content-Type": "application/json"
2025-08-20T22:21:54.1121546Z time=2025-08-20T22:21:54Z level=debug msg=Request #2
2025-08-20T22:21:54.1122260Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/sha256:d12037060d5a9b5532071dd0567b99941952489a64609d4d99985ece1deb2b1e"
2025-08-20T22:21:54.1122910Z > Request method: "HEAD"
2025-08-20T22:21:54.1123096Z > Request headers:
2025-08-20T22:21:54.1124188Z    "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:21:54.1125663Z    "Authorization": "*****"
2025-08-20T22:21:54.1125863Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:21:54.2692224Z time=2025-08-20T22:21:54Z level=debug msg=Response #2
2025-08-20T22:21:54.2692566Z < Response Status: "404 Not Found"
2025-08-20T22:21:54.2692781Z < Response headers:
2025-08-20T22:21:54.2692976Z    "Content-Type": "application/json"
2025-08-20T22:21:54.2693247Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:21:54.2693807Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:21:54.2694172Z    "Date": "Wed, 20 Aug 2025 22:21:54 GMT"
2025-08-20T22:21:54.2694400Z    "Content-Length": "70"
2025-08-20T22:21:54.2694643Z    "X-Github-Request-Id": "DC01:213651:AF954:BFD50:68A64A82"
2025-08-20T22:21:54.2694953Z time=2025-08-20T22:21:54Z level=debug msg=Request #3
2025-08-20T22:21:54.2695646Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:21:54.2696297Z > Request method: "HEAD"
2025-08-20T22:21:54.2696479Z > Request headers:
2025-08-20T22:21:54.2696655Z    "Authorization": "*****"
2025-08-20T22:21:54.2696854Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:21:54.3012776Z time=2025-08-20T22:21:54Z level=debug msg=Response #3
2025-08-20T22:21:54.3013120Z < Response Status: "200 OK"
2025-08-20T22:21:54.3013316Z < Response headers:
2025-08-20T22:21:54.3013652Z    "X-Github-Request-Id": "DC01:213651:AF977:BFD73:68A64A82"
2025-08-20T22:21:54.3013970Z    "Content-Length": "0"
2025-08-20T22:21:54.3014162Z    "Content-Type": ""
2025-08-20T22:21:54.3014536Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:21:54.3014994Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:21:54.3015385Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:21:54.3015874Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:21:54.3016222Z    "Date": "Wed, 20 Aug 2025 22:21:54 GMT"
2025-08-20T22:21:54.3016480Z time=2025-08-20T22:21:54Z level=debug msg=Request #4
2025-08-20T22:21:54.3017069Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/HEAD-b3a3469-250820T215056-aarch64-linux"
2025-08-20T22:21:54.3017608Z > Request method: "PUT"
2025-08-20T22:21:54.3017784Z > Request headers:
2025-08-20T22:21:54.3017962Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:21:54.3018674Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:21:54.3018990Z    "Authorization": "*****"
2025-08-20T22:21:54.5687930Z time=2025-08-20T22:21:54Z level=debug msg=Response #4
2025-08-20T22:21:54.5688293Z < Response Status: "201 Created"
2025-08-20T22:21:54.5688511Z < Response headers:
2025-08-20T22:21:54.5688733Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:21:54.5689419Z    "Location": "/v2/pkgforge/bincache/reviewdog/official/reviewdog/manifests/sha256:d12037060d5a9b5532071dd0567b99941952489a64609d4d99985ece1deb2b1e"
2025-08-20T22:21:54.5690123Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:21:54.5690471Z    "Date": "Wed, 20 Aug 2025 22:21:54 GMT"
2025-08-20T22:21:54.5690696Z    "Content-Length": "0"
2025-08-20T22:21:54.5690939Z    "X-Github-Request-Id": "DC01:213651:AF97F:BFD7C:68A64A82"
2025-08-20T22:21:54.5691226Z    "Content-Type": "application/json"
2025-08-20T22:21:54.5691641Z    "Docker-Content-Digest": "sha256:d12037060d5a9b5532071dd0567b99941952489a64609d4d99985ece1deb2b1e"
2025-08-20T22:21:54.5692287Z Pushed [registry] ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:21:54.5692791Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:21:54.5693157Z Digest: sha256:d12037060d5a9b5532071dd0567b99941952489a64609d4d99985ece1deb2b1e
2025-08-20T22:21:56.8368909Z Uploading db029367fcf9 CHECKSUM
2025-08-20T22:21:56.8433246Z Uploading a77e756c9552 reviewdog
2025-08-20T22:21:56.9057229Z Uploading 71541a1d8bc5 reviewdog.sig
2025-08-20T22:21:57.0746065Z Exists    92d4ef949ca2 LICENSE
2025-08-20T22:21:57.1458538Z Uploading b4d89b01a255 LICENSE.sig
2025-08-20T22:21:57.2364512Z Uploading c3a000bc7361 CHECKSUM.sig
2025-08-20T22:21:57.8206647Z Uploaded  db029367fcf9 CHECKSUM
2025-08-20T22:21:57.8482950Z Uploaded  71541a1d8bc5 reviewdog.sig
2025-08-20T22:21:57.9482442Z Uploading b2faf1a7f1da SBUILD.sig
2025-08-20T22:21:57.9871764Z Exists    8cc4e077bca8 SBUILD
2025-08-20T22:21:58.1696503Z Uploaded  b4d89b01a255 LICENSE.sig
2025-08-20T22:21:58.1967773Z Exists    11cf0313013e reviewdog.png
2025-08-20T22:21:58.2328880Z Uploading 606dad32a3b4 reviewdog.json.sig
2025-08-20T22:21:58.2421852Z Uploading e5bd389d2d2e reviewdog.json
2025-08-20T22:21:58.2771598Z Uploaded  c3a000bc7361 CHECKSUM.sig
2025-08-20T22:21:58.3258460Z Uploaded  a77e756c9552 reviewdog
2025-08-20T22:21:58.3709042Z Uploading 16059d21d92d reviewdog.log.sig
2025-08-20T22:21:58.4434721Z Uploading c158ea769f84 reviewdog.log
2025-08-20T22:21:58.9299208Z Uploaded  b2faf1a7f1da SBUILD.sig
2025-08-20T22:21:58.9682917Z Exists    1cb8336171c3 reviewdog.version
2025-08-20T22:21:59.0067240Z Uploading e412204fe555 reviewdog.version.sig
2025-08-20T22:21:59.2788237Z Uploaded  e5bd389d2d2e reviewdog.json
2025-08-20T22:21:59.3437703Z Uploaded  16059d21d92d reviewdog.log.sig
2025-08-20T22:21:59.3701469Z Uploaded  c158ea769f84 reviewdog.log
2025-08-20T22:21:59.4414031Z Uploaded  606dad32a3b4 reviewdog.json.sig
2025-08-20T22:22:00.0092683Z Uploaded  e412204fe555 reviewdog.version.sig
2025-08-20T22:22:00.0092992Z Uploading f9d1be3b8f00 reviewdog
2025-08-20T22:22:00.9162362Z Uploaded  f9d1be3b8f00 reviewdog
2025-08-20T22:22:00.9162940Z Pushed [registry] ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:00.9163452Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:22:00.9163995Z Digest: sha256:f9d1be3b8f00973a3e11d30e6d6a7bc7fc484945f1b1d4a2092e813f52cd3574
2025-08-20T22:22:06.3624352Z 
2025-08-20T22:22:06.3625121Z [+] Registry --> https://ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:06.3625847Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/reviewdog/official/reviewdog?tag=HEAD-b3a3469-250820T215056-aarch64-linux&manifest 
2025-08-20T22:22:06.3626322Z 
2025-08-20T22:22:08.0356429Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:22:08.2203034Z ./BUILD_ARTIFACTS.tar : 38.60%   (  31.3 MiB =>   12.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:22:08.2300594Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:22:08.2338073Z 
2025-08-20T22:22:08.2339197Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml :: 00(Hr):03(Min):20(Sec)
2025-08-20T22:22:08.2339841Z 
2025-08-20T22:22:08.2353061Z 
2025-08-20T22:22:08.2353325Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:22:08 PM) UTC
2025-08-20T22:22:08.2353879Z 
2025-08-20T22:22:08.5194463Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:22:08.5251880Z ##[group]Run ##Presets
2025-08-20T22:22:08.5252245Z [36;1m##Presets[0m
2025-08-20T22:22:08.5252424Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:08.5252614Z [36;1m#-------------#[0m
2025-08-20T22:22:08.5252794Z [36;1m##Debug?[0m
2025-08-20T22:22:08.5253008Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:08.5253268Z [36;1m  set -x[0m
2025-08-20T22:22:08.5253429Z [36;1mfi[0m
2025-08-20T22:22:08.5253797Z [36;1m#-------------#[0m
2025-08-20T22:22:08.5253981Z [36;1m##Set ENV[0m
2025-08-20T22:22:08.5254191Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:22:08.5254762Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b3a3469-250820T215056-aarch64-linux"[0m
2025-08-20T22:22:08.5255573Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b3a3469-250820T215056-aarch64-linux"[0m
2025-08-20T22:22:08.5256146Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000"[0m
2025-08-20T22:22:08.5256648Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:22:08.5257060Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:22:08.5257490Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:22:08.5257808Z [36;1m fi[0m
2025-08-20T22:22:08.5257963Z [36;1m##Push[0m
2025-08-20T22:22:08.5258158Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:22:08.5258414Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:22:08.5258761Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:22:08.5259214Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:22:08.5259742Z [36;1m     ls -sh "/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:22:08.5260080Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:22:08.5260275Z [36;1m       {[0m
2025-08-20T22:22:08.5260443Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:22:08.5260758Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:22:08.5261182Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:22:08.5261596Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:22:08.5262115Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b3a3469-250820T215056-aarch64-linux")[0m
2025-08-20T22:22:08.5262807Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109156000")[0m
2025-08-20T22:22:08.5263382Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109156000")[0m
2025-08-20T22:22:08.5264278Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog:HEAD-b3a3469-250820T215056-aarch64-linux")[0m
2025-08-20T22:22:08.5264997Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:21:35Z")[0m
2025-08-20T22:22:08.5265474Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:22:08.5265971Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:21:35Z")[0m
2025-08-20T22:22:08.5266647Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog")[0m
2025-08-20T22:22:08.5267297Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:22:08.5267802Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:22:08.5268678Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:22:08.5269433Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog")[0m
2025-08-20T22:22:08.5270139Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-reviewdog")[0m
2025-08-20T22:22:08.5270688Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/reviewdog/reviewdog")[0m
2025-08-20T22:22:08.5271212Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:22:08.5271706Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b3a3469-250820T215056")[0m
2025-08-20T22:22:08.5272171Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:22:08.5272800Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:22:08.5273215Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:22:08.5273447Z [36;1m         #Check[0m
2025-08-20T22:22:08.5274144Z [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:21:35Z" ]]; then[0m
2025-08-20T22:22:08.5275135Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:22:08.5275473Z [36;1m            break[0m
2025-08-20T22:22:08.5275662Z [36;1m          else[0m
2025-08-20T22:22:08.5276040Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:22:08.5276447Z [36;1m          fi[0m
2025-08-20T22:22:08.5276655Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:22:08.5276890Z [36;1m        done[0m
2025-08-20T22:22:08.5277063Z [36;1m       }[0m
2025-08-20T22:22:08.5277245Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:22:08.5277474Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:22:08.5278036Z [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:21:35Z" ]]; then[0m
2025-08-20T22:22:08.5278767Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:22:08.5279151Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:22:08.5279393Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:22:08.5279963Z [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:21:35Z" ]]; then[0m
2025-08-20T22:22:08.5280681Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:22:08.5281171Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:22:08.5281545Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:22:08.5281760Z [36;1m           fi[0m
2025-08-20T22:22:08.5281933Z [36;1m       fi[0m
2025-08-20T22:22:08.5282096Z [36;1m   fi[0m
2025-08-20T22:22:08.5282258Z [36;1m fi[0m
2025-08-20T22:22:08.5282426Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:22:08.5339026Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:08.5339241Z env:
2025-08-20T22:22:08.5339399Z   CROSS_COMPILING: NO
2025-08-20T22:22:08.5339592Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:08.5339802Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:08.5339993Z   ON_QEMU: NO
2025-08-20T22:22:08.5340145Z   DEBUG: 0
2025-08-20T22:22:08.5340322Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:08.5340532Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:08.5341019Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:08.5341316Z   KEEP_LOGS: YES
2025-08-20T22:22:08.5341487Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:08.5341681Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:08.5341882Z   SBUILD_REBUILD: false
2025-08-20T22:22:08.5342394Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:08.5342938Z   BUILD_SYS: docker://go
2025-08-20T22:22:08.5343127Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:08.5343306Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:08.5343485Z   SYSTMP: /tmp
2025-08-20T22:22:08.5343923Z   GHA_MODE: MATRIX
2025-08-20T22:22:08.5344328Z   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:22:08.5345020Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:08.5345318Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:08.5345687Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:08.5346140Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:08.5346496Z   PKG_TYPE: static
2025-08-20T22:22:08.5346669Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:08.5346876Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:08.5347228Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:08.5347565Z   BUILD_ID: 17109156000
2025-08-20T22:22:08.5347742Z   PKG_NAME: reviewdog
2025-08-20T22:22:08.5347926Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:08.5348146Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:08.5348380Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:08.5348674Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:08.5349030Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:08.5349467Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:08.5349910Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:08.5350165Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:08.5350555Z   GHCR_TOKEN: ***
2025-08-20T22:22:08.5350832Z   GITHUB_TOKEN: ***
2025-08-20T22:22:08.5351035Z   GITLAB_TOKEN: ***
2025-08-20T22:22:08.5352113Z   MINISIGN_KEY: ***
2025-08-20T22:22:08.5352282Z ##[endgroup]
2025-08-20T22:22:08.5422572Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:22:08.5431052Z 13M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:22:08.5442080Z total 14M
2025-08-20T22:22:08.5442242Z 4.0K CHECKSUM
2025-08-20T22:22:08.5442407Z 4.0K CHECKSUM.sig
2025-08-20T22:22:08.5442572Z 4.0K LICENSE
2025-08-20T22:22:08.5443024Z 4.0K LICENSE.sig
2025-08-20T22:22:08.5443354Z 4.0K SBUILD
2025-08-20T22:22:08.5443569Z 4.0K SBUILD.sig
2025-08-20T22:22:08.5443752Z 4.0K SBUILD_TEMP
2025-08-20T22:22:08.5443913Z  13M reviewdog
2025-08-20T22:22:08.5444091Z 4.0K reviewdog.json
2025-08-20T22:22:08.5444265Z 4.0K reviewdog.json.sig
2025-08-20T22:22:08.5444455Z 700K reviewdog.log
2025-08-20T22:22:08.5444627Z 4.0K reviewdog.log.sig
2025-08-20T22:22:08.5444804Z  40K reviewdog.png
2025-08-20T22:22:08.5444972Z 4.0K reviewdog.sig
2025-08-20T22:22:08.5445147Z 700K reviewdog.static.log
2025-08-20T22:22:08.5445348Z 4.0K reviewdog.static.version
2025-08-20T22:22:08.5445566Z 4.0K reviewdog.static.version.sig
2025-08-20T22:22:08.5445781Z 4.0K reviewdog.version
2025-08-20T22:22:08.5445968Z 4.0K reviewdog.version.sig
2025-08-20T22:22:08.9738936Z Uploading ec6958263121 BUILD_ARTIFACTS.zstd
2025-08-20T22:22:10.1707829Z Uploaded  ec6958263121 BUILD_ARTIFACTS.zstd
2025-08-20T22:22:10.1708168Z Uploading eaf1f65a1a16 SRCBUILD-reviewdog
2025-08-20T22:22:10.4251140Z Uploaded  eaf1f65a1a16 SRCBUILD-reviewdog
2025-08-20T22:22:10.4251805Z Pushed [registry] ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000:HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:10.4252438Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:22:10.4253417Z Digest: sha256:eaf1f65a1a16e00dabf82e7b82f4a24ee982f13339bcd5399351b2721d1860c8
2025-08-20T22:22:15.6730099Z 
2025-08-20T22:22:15.6730985Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:15.6731428Z 
2025-08-20T22:22:15.9066432Z ##[group]Run ##Presets
2025-08-20T22:22:15.9066752Z [36;1m##Presets[0m
2025-08-20T22:22:15.9066927Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:15.9067116Z [36;1m#-------------#[0m
2025-08-20T22:22:15.9067321Z [36;1m##Debug?[0m
2025-08-20T22:22:15.9067533Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:15.9067797Z [36;1m  set -x[0m
2025-08-20T22:22:15.9067960Z [36;1mfi[0m
2025-08-20T22:22:15.9068114Z [36;1m#-------------#[0m
2025-08-20T22:22:15.9068348Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:22:15.9068927Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:22:15.9100131Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:15.9100341Z env:
2025-08-20T22:22:15.9100500Z   CROSS_COMPILING: NO
2025-08-20T22:22:15.9100695Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:15.9100901Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:15.9101096Z   ON_QEMU: NO
2025-08-20T22:22:15.9101297Z   DEBUG: 0
2025-08-20T22:22:15.9101463Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:15.9101675Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:15.9101950Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:15.9102231Z   KEEP_LOGS: YES
2025-08-20T22:22:15.9102401Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:15.9102594Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:15.9102800Z   SBUILD_REBUILD: false
2025-08-20T22:22:15.9103316Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:15.9104140Z   BUILD_SYS: docker://go
2025-08-20T22:22:15.9104338Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:15.9104518Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:15.9104695Z   SYSTMP: /tmp
2025-08-20T22:22:15.9104855Z   GHA_MODE: MATRIX
2025-08-20T22:22:15.9105253Z   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:22:15.9105740Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:15.9106040Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:15.9106399Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:15.9106854Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:15.9107209Z   PKG_TYPE: static
2025-08-20T22:22:15.9107385Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:15.9107590Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:15.9107952Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:15.9108294Z   BUILD_ID: 17109156000
2025-08-20T22:22:15.9108471Z   PKG_NAME: reviewdog
2025-08-20T22:22:15.9108657Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:15.9108875Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:15.9109111Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:15.9109412Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:15.9109768Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:15.9110203Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:15.9110649Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:15.9110908Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:15.9111159Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:15.9111636Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:15.9112052Z ##[endgroup]
2025-08-20T22:22:15.9242710Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:22:15.9243024Z with:
2025-08-20T22:22:15.9243207Z   name: Bincache_reviewdog_aarch64-Linux
2025-08-20T22:22:15.9243481Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:22:15.9244001Z   compression-level: 0
2025-08-20T22:22:15.9244189Z   retention-days: 30
2025-08-20T22:22:15.9244362Z   overwrite: true
2025-08-20T22:22:15.9244540Z   if-no-files-found: warn
2025-08-20T22:22:15.9244743Z   include-hidden-files: false
2025-08-20T22:22:15.9244935Z env:
2025-08-20T22:22:15.9245085Z   CROSS_COMPILING: NO
2025-08-20T22:22:15.9245271Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:15.9245483Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:15.9245681Z   ON_QEMU: NO
2025-08-20T22:22:15.9245834Z   DEBUG: 0
2025-08-20T22:22:15.9245996Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:15.9246205Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:15.9246792Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:15.9247142Z   KEEP_LOGS: YES
2025-08-20T22:22:15.9247312Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:15.9247506Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:15.9247710Z   SBUILD_REBUILD: false
2025-08-20T22:22:15.9248225Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:15.9248768Z   BUILD_SYS: docker://go
2025-08-20T22:22:15.9248956Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:15.9249135Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:15.9249317Z   SYSTMP: /tmp
2025-08-20T22:22:15.9249476Z   GHA_MODE: MATRIX
2025-08-20T22:22:15.9249871Z   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:22:15.9250354Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:15.9250654Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:15.9251024Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:15.9251480Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:15.9251835Z   PKG_TYPE: static
2025-08-20T22:22:15.9252013Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:15.9252223Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:15.9252582Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:15.9252916Z   BUILD_ID: 17109156000
2025-08-20T22:22:15.9253096Z   PKG_NAME: reviewdog
2025-08-20T22:22:15.9253280Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:15.9253732Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:15.9253992Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:15.9254301Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:15.9254654Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:15.9255101Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:15.9255579Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:15.9255842Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:15.9256091Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:15.9256567Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:15.9256980Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:15.9257182Z ##[endgroup]
2025-08-20T22:22:16.6079343Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:22:16.6084331Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:22:16.6085137Z With the provided path, there will be 2 files uploaded
2025-08-20T22:22:16.8801945Z Artifact name is valid!
2025-08-20T22:22:16.8806499Z Root directory input is valid!
2025-08-20T22:22:16.9556986Z Beginning upload of artifact content to blob storage
2025-08-20T22:22:17.5775752Z Uploaded bytes 8388608
2025-08-20T22:22:17.7360631Z Uploaded bytes 13713111
2025-08-20T22:22:17.7855564Z Finished uploading artifact content to blob storage!
2025-08-20T22:22:17.7863729Z SHA256 digest of uploaded artifact zip is f0ac5e11c783c853406642638c06066b48c10024f58447bfb6d5b3567c468a71
2025-08-20T22:22:17.7864191Z Finalizing artifact upload
2025-08-20T22:22:17.8907873Z Artifact Bincache_reviewdog_aarch64-Linux.zip successfully finalized. Artifact ID 3813763321
2025-08-20T22:22:17.8908848Z Artifact Bincache_reviewdog_aarch64-Linux has been successfully uploaded! Final size is 13713111 bytes. Artifact ID is 3813763321
2025-08-20T22:22:17.8926715Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109156000/artifacts/3813763321
2025-08-20T22:22:17.9154883Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:22:17.9155217Z with:
2025-08-20T22:22:17.9155504Z   subject-name: reviewdog-17109156000-HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:17.9156591Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:22:17.9157289Z   show-summary: true
2025-08-20T22:22:17.9157478Z   push-to-registry: false
2025-08-20T22:22:17.9157851Z   github-token: ***
2025-08-20T22:22:17.9158025Z env:
2025-08-20T22:22:17.9158181Z   CROSS_COMPILING: NO
2025-08-20T22:22:17.9158376Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:17.9158589Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:17.9158792Z   ON_QEMU: NO
2025-08-20T22:22:17.9158948Z   DEBUG: 0
2025-08-20T22:22:17.9159111Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:17.9159326Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:17.9159649Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:17.9159942Z   KEEP_LOGS: YES
2025-08-20T22:22:17.9160116Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:17.9160329Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:17.9160540Z   SBUILD_REBUILD: false
2025-08-20T22:22:17.9161053Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:17.9161599Z   BUILD_SYS: docker://go
2025-08-20T22:22:17.9161797Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:17.9161983Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:17.9162172Z   SYSTMP: /tmp
2025-08-20T22:22:17.9162339Z   GHA_MODE: MATRIX
2025-08-20T22:22:17.9162741Z   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:22:17.9163234Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:17.9163808Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:17.9164187Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:17.9164654Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:17.9165020Z   PKG_TYPE: static
2025-08-20T22:22:17.9165203Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:17.9165416Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:17.9165778Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:17.9166124Z   BUILD_ID: 17109156000
2025-08-20T22:22:17.9166307Z   PKG_NAME: reviewdog
2025-08-20T22:22:17.9166496Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:17.9166718Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:17.9166960Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:17.9167262Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:17.9167621Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:17.9168069Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:17.9168518Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:17.9168790Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:17.9169047Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:17.9169533Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:17.9169962Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:17.9170170Z ##[endgroup]
2025-08-20T22:22:17.9253200Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:22:17.9253898Z env:
2025-08-20T22:22:17.9254068Z   CROSS_COMPILING: NO
2025-08-20T22:22:17.9254266Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:17.9254482Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:17.9254685Z   ON_QEMU: NO
2025-08-20T22:22:17.9254843Z   DEBUG: 0
2025-08-20T22:22:17.9255283Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:17.9255544Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:17.9255825Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:17.9256123Z   KEEP_LOGS: YES
2025-08-20T22:22:17.9256450Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:17.9256652Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:17.9256864Z   SBUILD_REBUILD: false
2025-08-20T22:22:17.9257383Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:17.9257934Z   BUILD_SYS: docker://go
2025-08-20T22:22:17.9258130Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:17.9258315Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:17.9258498Z   SYSTMP: /tmp
2025-08-20T22:22:17.9258663Z   GHA_MODE: MATRIX
2025-08-20T22:22:17.9259064Z   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:22:17.9259559Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:17.9259875Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:17.9260246Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:17.9260712Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:17.9261075Z   PKG_TYPE: static
2025-08-20T22:22:17.9261254Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:17.9261466Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:17.9261829Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:17.9262173Z   BUILD_ID: 17109156000
2025-08-20T22:22:17.9262365Z   PKG_NAME: reviewdog
2025-08-20T22:22:17.9262559Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:17.9262785Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:17.9263029Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:17.9263338Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:17.9264130Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:17.9264593Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:17.9265051Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:17.9265321Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:17.9265579Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:17.9266066Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:17.9266489Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:17.9266696Z ##[endgroup]
2025-08-20T22:22:18.4428482Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:22:18.4428807Z with:
2025-08-20T22:22:18.4429444Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:22:18.4430292Z   subject-name: reviewdog-17109156000-HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:18.4430696Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:22:18.4433219Z   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:22:18.4436254Z   push-to-registry: false
2025-08-20T22:22:18.4436477Z   show-summary: true
2025-08-20T22:22:18.4436870Z   github-token: ***
2025-08-20T22:22:18.4437045Z env:
2025-08-20T22:22:18.4437200Z   CROSS_COMPILING: NO
2025-08-20T22:22:18.4437603Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:18.4437824Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:18.4438026Z   ON_QEMU: NO
2025-08-20T22:22:18.4438185Z   DEBUG: 0
2025-08-20T22:22:18.4438349Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:18.4438570Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:18.4438850Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:18.4439137Z   KEEP_LOGS: YES
2025-08-20T22:22:18.4439317Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:18.4439518Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:18.4439728Z   SBUILD_REBUILD: false
2025-08-20T22:22:18.4440239Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:18.4440794Z   BUILD_SYS: docker://go
2025-08-20T22:22:18.4440992Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:18.4441180Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:18.4441370Z   SYSTMP: /tmp
2025-08-20T22:22:18.4441546Z   GHA_MODE: MATRIX
2025-08-20T22:22:18.4441956Z   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:22:18.4442449Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:18.4442763Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:18.4443128Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:18.4443943Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:18.4444346Z   PKG_TYPE: static
2025-08-20T22:22:18.4444526Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:18.4444741Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:18.4445112Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:18.4445458Z   BUILD_ID: 17109156000
2025-08-20T22:22:18.4445643Z   PKG_NAME: reviewdog
2025-08-20T22:22:18.4445832Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:18.4446068Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:18.4446316Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:18.4446619Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:18.4446984Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:18.4447427Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:18.4447879Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:18.4448152Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:18.4448415Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:18.4448901Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:18.4449341Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:18.4449555Z ##[endgroup]
2025-08-20T22:22:19.8267012Z Attestation created for 18 subjects
2025-08-20T22:22:19.8270597Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:22:19.8271058Z -----BEGIN CERTIFICATE-----
2025-08-20T22:22:19.8271401Z MIIG7jCCBnWgAwIBAgIUOnh2VQIWqygSRAR5thqaNfGs17swCgYIKoZIzj0EAwMw
2025-08-20T22:22:19.8271866Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:22:19.8272326Z cm1lZGlhdGUwHhcNMjUwODIwMjIyMjE4WhcNMjUwODIwMjIzMjE4WjAAMFkwEwYH
2025-08-20T22:22:19.8272771Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE41Ipw+j9oOrq/LP84A/SrhbSuwQc58S2bCaU
2025-08-20T22:22:19.8273212Z KW59pyjVplr8VabGfsspAyPXmFZFhij1Atzio0lLvy3jwbtLxqOCBZQwggWQMA4G
2025-08-20T22:22:19.8273875Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUD8Ss
2025-08-20T22:22:19.8274340Z nyp3kcp/7ZeZDo1YhGmk6c4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:22:19.8275135Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:22:19.8275597Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:22:19.8276049Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:22:19.8276661Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:22:19.8277096Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:22:19.8277545Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:22:19.8278001Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:22:19.8278462Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:22:19.8278916Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:22:19.8279355Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:22:19.8279800Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:22:19.8280260Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:22:19.8280751Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:22:19.8281196Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:22:19.8281666Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:22:19.8282122Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:22:19.8282591Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:22:19.8283044Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:22:19.8283633Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:22:19.8284139Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:22:19.8284593Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:22:19.8285053Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:22:19.8285519Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:22:19.8285978Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MTU2MDAwL2F0
2025-08-20T22:22:19.8286433Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:22:19.8286903Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJk21l
2025-08-20T22:22:19.8287350Z AAAEAwBHMEUCIGQZvSsPIILy45c/xCj4gWYYajeVfGyiIPwVgiHkpFeIAiEA9O1D
2025-08-20T22:22:19.8287791Z DZR3Lj5vtum6iEnFO5NegzWpBQDjShkX2yLkWw0wCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T22:22:19.8288227Z BuEgPITNN3qgo9UDhgfFE28Rh0BxltWA4ZqmmQ//eIjE5uimw1JivEX+0Le6EFYm
2025-08-20T22:22:19.8288650Z AjA0DuRsOBn5yDbYprSWl0rqMvkXfhBo+3/rjISEeNKZ3oNzA5olTAzbK0OGtM0Y
2025-08-20T22:22:19.8288966Z GuU=
2025-08-20T22:22:19.8289124Z -----END CERTIFICATE-----
2025-08-20T22:22:19.8289254Z 
2025-08-20T22:22:19.8289729Z ##[endgroup]
2025-08-20T22:22:19.8290170Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:22:19.8290588Z https://search.sigstore.dev?logIndex=414512875
2025-08-20T22:22:19.8290922Z [36mAttestation uploaded to repository[39m
2025-08-20T22:22:19.8291232Z https://github.com/pkgforge/bincache/attestations/9875711
2025-08-20T22:22:19.9251523Z ##[group]Run ##Presets
2025-08-20T22:22:19.9251789Z [36;1m##Presets[0m
2025-08-20T22:22:19.9251975Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:19.9252170Z [36;1m#-------------#[0m
2025-08-20T22:22:19.9252362Z [36;1m##Debug?[0m
2025-08-20T22:22:19.9252591Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:19.9252866Z [36;1m  set -x[0m
2025-08-20T22:22:19.9253035Z [36;1mfi[0m
2025-08-20T22:22:19.9253198Z [36;1m#-------------#[0m
2025-08-20T22:22:19.9253485Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:22:19.9254291Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/reviewdog/official"[0m
2025-08-20T22:22:19.9254691Z [36;1m exit 1[0m
2025-08-20T22:22:19.9254858Z [36;1mfi[0m
2025-08-20T22:22:19.9286239Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:19.9286457Z env:
2025-08-20T22:22:19.9286622Z   CROSS_COMPILING: NO
2025-08-20T22:22:19.9287124Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:19.9287349Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:19.9287554Z   ON_QEMU: NO
2025-08-20T22:22:19.9287714Z   DEBUG: 0
2025-08-20T22:22:19.9287881Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:19.9288098Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:19.9288379Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:19.9288677Z   KEEP_LOGS: YES
2025-08-20T22:22:19.9288858Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:19.9289060Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:19.9289273Z   SBUILD_REBUILD: false
2025-08-20T22:22:19.9289797Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:19.9290347Z   BUILD_SYS: docker://go
2025-08-20T22:22:19.9290544Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:19.9290734Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:19.9290920Z   SYSTMP: /tmp
2025-08-20T22:22:19.9291085Z   GHA_MODE: MATRIX
2025-08-20T22:22:19.9291505Z   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:22:19.9291998Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:19.9292309Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:19.9292683Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:19.9293151Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:19.9293752Z   PKG_TYPE: static
2025-08-20T22:22:19.9293991Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:19.9294210Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:19.9294577Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:19.9294923Z   BUILD_ID: 17109156000
2025-08-20T22:22:19.9295106Z   PKG_NAME: reviewdog
2025-08-20T22:22:19.9295304Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:19.9295539Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:19.9295789Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:19.9296094Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:19.9296457Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:19.9296905Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:19.9297364Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:19.9297633Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:19.9297894Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:19.9298382Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:19.9298809Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:19.9299019Z ##[endgroup]
2025-08-20T22:22:19.9374124Z ##[group]Run ##Presets
2025-08-20T22:22:19.9374411Z [36;1m##Presets[0m
2025-08-20T22:22:19.9374597Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:19.9374820Z [36;1m#-------------#[0m
2025-08-20T22:22:19.9375011Z [36;1m##Debug?[0m
2025-08-20T22:22:19.9375237Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:19.9375511Z [36;1m  set -x[0m
2025-08-20T22:22:19.9375680Z [36;1mfi[0m
2025-08-20T22:22:19.9375843Z [36;1m#-------------#[0m
2025-08-20T22:22:19.9376067Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:22:19.9376509Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/reviewdog/official"[0m
2025-08-20T22:22:19.9376908Z [36;1m exit 1[0m
2025-08-20T22:22:19.9377073Z [36;1mfi[0m
2025-08-20T22:22:19.9406337Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:19.9406563Z env:
2025-08-20T22:22:19.9406728Z   CROSS_COMPILING: NO
2025-08-20T22:22:19.9406982Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:19.9407204Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:19.9407412Z   ON_QEMU: NO
2025-08-20T22:22:19.9407573Z   DEBUG: 0
2025-08-20T22:22:19.9408019Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:19.9408238Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:19.9408521Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:19.9408812Z   KEEP_LOGS: YES
2025-08-20T22:22:19.9408990Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:19.9409191Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:19.9409403Z   SBUILD_REBUILD: false
2025-08-20T22:22:19.9409926Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:19.9410478Z   BUILD_SYS: docker://go
2025-08-20T22:22:19.9410679Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:19.9410867Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:19.9411059Z   SYSTMP: /tmp
2025-08-20T22:22:19.9411225Z   GHA_MODE: MATRIX
2025-08-20T22:22:19.9411637Z   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:22:19.9412130Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:19.9412445Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:19.9412822Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:19.9413290Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:19.9413975Z   PKG_TYPE: static
2025-08-20T22:22:19.9414164Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:19.9414384Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:19.9414750Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:19.9415100Z   BUILD_ID: 17109156000
2025-08-20T22:22:19.9415292Z   PKG_NAME: reviewdog
2025-08-20T22:22:19.9415484Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:19.9415717Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:19.9415963Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:19.9416272Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:19.9416682Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:19.9417130Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:19.9417586Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:19.9417854Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:19.9418120Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:19.9418606Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:19.9419034Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:19.9419250Z ##[endgroup]
2025-08-20T22:22:19.9490552Z ##[group]Run ##Presets
2025-08-20T22:22:19.9490802Z [36;1m##Presets[0m
2025-08-20T22:22:19.9490989Z [36;1mset +x ; set +e[0m
2025-08-20T22:22:19.9491184Z [36;1m#-------------#[0m
2025-08-20T22:22:19.9491371Z [36;1m##Debug?[0m
2025-08-20T22:22:19.9491594Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:22:19.9491884Z [36;1m  set -x[0m
2025-08-20T22:22:19.9492054Z [36;1mfi[0m
2025-08-20T22:22:19.9492215Z [36;1m#-------------#[0m
2025-08-20T22:22:19.9492536Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:22:19.9492905Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:22:19.9493184Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:22:19.9493434Z [36;1mfi[0m
2025-08-20T22:22:19.9521111Z shell: /usr/bin/bash -e {0}
2025-08-20T22:22:19.9521336Z env:
2025-08-20T22:22:19.9521499Z   CROSS_COMPILING: NO
2025-08-20T22:22:19.9521756Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:22:19.9521983Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:22:19.9522189Z   ON_QEMU: NO
2025-08-20T22:22:19.9522349Z   DEBUG: 0
2025-08-20T22:22:19.9522516Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:22:19.9522733Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:22:19.9538223Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/reviewdog/official
2025-08-20T22:22:19.9538978Z   KEEP_LOGS: YES
2025-08-20T22:22:19.9539166Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:22:19.9539369Z   PKG_FAMILY_LOCAL: reviewdog
2025-08-20T22:22:19.9539582Z   SBUILD_REBUILD: false
2025-08-20T22:22:19.9540110Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/reviewdog/static.official.source.yaml
2025-08-20T22:22:19.9540659Z   BUILD_SYS: docker://go
2025-08-20T22:22:19.9540854Z   BUILD_ON_HOST: FALSE
2025-08-20T22:22:19.9541043Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:22:19.9541228Z   SYSTMP: /tmp
2025-08-20T22:22:19.9541399Z   GHA_MODE: MATRIX
2025-08-20T22:22:19.9541808Z   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:22:19.9542304Z   INPUT_SBUILD: /tmp/pkgforge/Vdbct4lv2_build.yaml
2025-08-20T22:22:19.9542613Z   BUILD_DIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml
2025-08-20T22:22:19.9542986Z   SBUILD_OUTDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR
2025-08-20T22:22:19.9543460Z   SBUILD_TMPDIR: /tmp/pkgforge/vrEqrFg_Vdbct4lv2_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:22:19.9544039Z   PKG_TYPE: static
2025-08-20T22:22:19.9544221Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:22:19.9544433Z   SBUILD_PKGVER: HEAD-b3a3469-250820T215056
2025-08-20T22:22:19.9544794Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109156000
2025-08-20T22:22:19.9545138Z   BUILD_ID: 17109156000
2025-08-20T22:22:19.9545326Z   PKG_NAME: reviewdog
2025-08-20T22:22:19.9545516Z   PKG_DATE: 2025-08-20T22:21:35Z
2025-08-20T22:22:19.9545747Z   PKG_VERSION: HEAD-b3a3469-250820T215056
2025-08-20T22:22:19.9545993Z   PKG_VERSION_UPSTREAM: 0.20.3
2025-08-20T22:22:19.9546298Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog
2025-08-20T22:22:19.9546658Z   GHCRPKG_TAG: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:19.9547104Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/reviewdog/official/reviewdog
2025-08-20T22:22:19.9547563Z   PKG_SRCURL: https://github.com/reviewdog/reviewdog
2025-08-20T22:22:19.9547833Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:22:19.9548094Z   GHCRPKG_TAG_SRCBUILD: HEAD-b3a3469-250820T215056-aarch64-linux
2025-08-20T22:22:19.9548581Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/reviewdog/official/reviewdog-srcbuild-17109156000
2025-08-20T22:22:19.9549013Z   UTC_TIME: 2025_08_20T10_22_15_PM
2025-08-20T22:22:19.9549225Z ##[endgroup]
2025-08-20T22:22:19.9606235Z EXITED
2025-08-20T22:22:19.9655411Z Cleaning up orphan processes
